How to terminate LocateRegistry.createRegistry() ?

E

EJP

lightning said:
Besides killing that process and do it gracefully...

It isn't a process. It's a remote object running in your own JVM. So you
can unexport it with UnicastRemoteObject.unexportObject().

Make sure you use the reference returned by createRegistry() for this,
which is the Registry implementation object, not what you get from
getRegistry(), which is a Registry stub.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top