|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas.registry.RegistryManager
Registry Service implementation
Method Summary | |
static RegistryManager |
getInstance()
|
void |
start(boolean ignoreError)
Start the Registry ie Invoke dynamically the LocateRegistry.createRegistry(port) method. |
void |
stop()
Stop the Registry started by the start method ie Invoke dynamically the UnicastRemoteObject.unexportObject(Registry, true) method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static RegistryManager getInstance()
public void start(boolean ignoreError) throws java.lang.Exception
ignoreError
- if true, ignore error at the registry starting.public void stop() throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |