|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.jndi.ns.AbsRegistry
org.objectweb.carol.jndi.ns.IRMIRegistry
public class IRMIRegistry
IRMIRegistry
Constructor Summary | |
---|---|
IRMIRegistry()
Default constructor |
Method Summary | |
---|---|
static java.rmi.registry.Registry |
getRegistry()
|
static boolean |
isLocal()
isStarted Method, check if a name service is local |
boolean |
isStarted()
isStarted Method, check if a name service is started |
void |
start()
start Method, Start a new NameService or do nothing if the name service is all ready start |
void |
stop()
stop Method, Stop a NameService or do nothing if the name service is all ready stop |
Methods inherited from class org.objectweb.carol.jndi.ns.AbsRegistry |
---|
getConfigProperties, getHost, getPort, resetStarted, setConfigProperties, setHost, setPort, setStarted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.carol.jndi.ns.NameService |
---|
getHost, getPort, setConfigProperties, setHost, setPort |
Constructor Detail |
---|
public IRMIRegistry()
Method Detail |
---|
public void start() throws NameServiceException
start
in interface NameService
start
in class AbsRegistry
NameServiceException
- if a problem occurepublic void stop() throws NameServiceException
stop
in interface NameService
stop
in class AbsRegistry
NameServiceException
- if a problem occurepublic static boolean isLocal()
public boolean isStarted()
isStarted
in interface NameService
isStarted
in class AbsRegistry
public static java.rmi.registry.Registry getRegistry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |