|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.carol.jndi.ns.NameServiceManager
Field Summary | |
static java.util.Hashtable |
nsTable
Name Service Hashtable |
Method Summary | |
static NameServiceManager |
getNSManagerCurrent()
Method getCurrent |
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 |
Field Detail |
public static java.util.Hashtable nsTable
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() throws NameServiceException
NameServiceException
- if an exception occure at starting timepublic static void stopNS() throws NameServiceException
NameServiceException
- if an exception occure at stoping time
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |