org.objectweb.proactive.core.rmi
Class RegistryHelper

java.lang.Object
  |
  +--org.objectweb.proactive.core.rmi.RegistryHelper

public class RegistryHelper
extends java.lang.Object


Field Summary
protected static int DEFAULT_REGISTRY_PORT
           
protected static org.apache.log4j.Logger logger
           
protected static java.rmi.registry.Registry registry
           
protected  boolean registryChecked
           
protected static boolean registryCreator
           
protected  int registryPortNumber
          settings of the registry
protected  boolean shouldCreateRegistry
           
 
Constructor Summary
RegistryHelper()
           
 
Method Summary
static java.rmi.registry.Registry getRegistry()
           
static boolean getRegistryCreator()
           
 int getRegistryPortNumber()
           
 void initializeRegistry()
           
 void setRegistryPortNumber(int v)
           
 void setShouldCreateRegistry(boolean v)
           
 boolean shouldCreateRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

RegistryHelper

public RegistryHelper()
Method Detail

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.