V
Volker Raum
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
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