I have two services exposed through RmiServiceExporter. How I can stop/remove from rmi registry them?
Type: Posts; User: CHEM_Eugene; Keyword(s):
I have two services exposed through RmiServiceExporter. How I can stop/remove from rmi registry them?
Hello!
I develop MXBean that will manage services.
I have some services, which are available in my MXBean by rmi.
How I can stop them?
If my bean implements interface Lifecycle, what I...