org.objectweb.proactive.core.rmi
Class RegistryHelper
java.lang.Object
|
+--org.objectweb.proactive.core.rmi.RegistryHelper
- public class RegistryHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.apache.log4j.Logger logger
DEFAULT_REGISTRY_PORT
protected static final int DEFAULT_REGISTRY_PORT
- See Also:
- Constant Field Values
registryPortNumber
protected int registryPortNumber
- settings of the registry
shouldCreateRegistry
protected boolean shouldCreateRegistry
registryChecked
protected boolean registryChecked
registry
protected static java.rmi.registry.Registry registry
registryCreator
protected static boolean registryCreator
RegistryHelper
public RegistryHelper()
getRegistryPortNumber
public int getRegistryPortNumber()
setRegistryPortNumber
public void setRegistryPortNumber(int v)
shouldCreateRegistry
public boolean shouldCreateRegistry()
setShouldCreateRegistry
public void setShouldCreateRegistry(boolean v)
initializeRegistry
public void initializeRegistry()
throws java.rmi.RemoteException
java.rmi.RemoteException
getRegistry
public static java.rmi.registry.Registry getRegistry()
getRegistryCreator
public static boolean getRegistryCreator()
Copyright © April 2004 INRIA All Rights Reserved.