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)

Field Summary
static java.lang.String CLASS
           
static java.lang.String COLLOCATED
           
static java.lang.String DEFAULT_MODE
           
static java.lang.String MODE
           
static java.lang.String REMOTE
           
 
Constructor Summary
RegistryServiceImpl()
           
 
Method Summary
 void doInit(javax.naming.Context ctx)
           
 void doStart()
           
 void doStop()
           
 
Methods inherited from class org.objectweb.jonas.service.AbsServiceImpl
getName, init, isStarted, setName, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Field Detail

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
Constructor Detail

RegistryServiceImpl

public RegistryServiceImpl()
Method Detail

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