Destroy RMI Registry programmatically
- From: Volker Raum <Volker.Raum@xxxxxxxxx>
- Date: Wed, 14 Feb 2007 11:04:35 +0100
Hi everyone,
i got a little question about the Java RMI Registry.
In our Software use a RMI Registry.
Instead of doing this by starting an rmid we start the registry directly in the Code.
Registry registry = java.rmi.registry.LocateRegistry.createRegistry(registryPort);
Everything works 100% perfectly.
The only thing we would like to do is to destroy this factory again programmatically.
Any Ideas ?
Volker
.
- Follow-Ups:
- Re: Destroy RMI Registry programmatically
- From: Esmond Pitt
- Re: Destroy RMI Registry programmatically
- Prev by Date: Re: which exception?
- Next by Date: Re: Weird behavior on allocation...what's going on?
- Previous by thread: scrape taglibs problem
- Next by thread: Re: Destroy RMI Registry programmatically
- Index(es):
Relevant Pages
|
|