org.objectweb.jonas.registry
Class RegistryServiceImpl
java.lang.Object
|
+--org.objectweb.jonas.service.AbsServiceImpl
|
+--org.objectweb.jonas.registry.RegistryServiceImpl
- All Implemented Interfaces:
- RegistryService, Service
- public class RegistryServiceImpl
- extends AbsServiceImpl
- implements RegistryService
- Author:
- Helene Joanin
Contributor(s):
Julien Lehembre (Libelis)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODE
public static final java.lang.String MODE
CLASS
public static final java.lang.String CLASS
DEFAULT_MODE
public static final java.lang.String DEFAULT_MODE
COLLOCATED
public static final java.lang.String COLLOCATED
REMOTE
public static final java.lang.String REMOTE
RegistryServiceImpl
public RegistryServiceImpl()
doInit
public void doInit(javax.naming.Context ctx)
- Overrides:
doInit
in class AbsServiceImpl
doStart
public void doStart()
throws ServiceException
- Overrides:
doStart
in class AbsServiceImpl
doStop
public void doStop()
throws ServiceException
- Overrides:
doStop
in class AbsServiceImpl