|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.jndi.ns.NameServiceManager
Class NameServicemanager
is the CAROL Name Service manager.
This is the carol API for Nme services management
Method Summary | |
static NameServiceManager |
getNSManagerCurrent()
Method getCurrent |
static void |
main(java.lang.String[] args)
Main function: start all registry and wait for control C function |
static void |
startNonStartedNS()
Start all non-started names service |
static void |
startNS()
Start all names service |
static void |
stopNS()
Stop all name services |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static NameServiceManager getNSManagerCurrent()
public static void startNS() throws NameServiceException
NameServiceException
- if one of the name services is already startpublic static void startNonStartedNS()
public static void stopNS() throws NameServiceException
NameServiceException
- if an exception occure at stoping timepublic static void main(java.lang.String[] args)
args
- arguments
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |