Uses of Class
org.almendra.commons.util.inet.RegistryLocation

Packages that use RegistryLocation
org.almendra.commons.util.inet   
org.almendra.janet.cas.commands   
org.almendra.janet.cas.events   
org.almendra.janet.cas.handlers   
org.almendra.janet.cas.node   
org.almendra.janet.cas.node.interpreters   
org.almendra.janet.cas.simulator.node.interpreters.simulated   
 

Uses of RegistryLocation in org.almendra.commons.util.inet
 

Methods in org.almendra.commons.util.inet with parameters of type RegistryLocation
static java.rmi.registry.Registry RMIUtility.ensureRegistryExists(RegistryLocation location)
           
static java.rmi.registry.Registry RMIUtility.getRegistry(RegistryLocation location)
           
static StringVector RMIUtility.unbind(RegistryLocation registryLocation, java.lang.String[] registryKeyPrefixes)
           
 

Uses of RegistryLocation in org.almendra.janet.cas.commands
 

Fields in org.almendra.janet.cas.commands declared as RegistryLocation
protected  RegistryLocation NodeStartedCommand.centralRegistryLocation
           
protected  RegistryLocation NodeStartedCommand.localRegistryLocation
           
 

Methods in org.almendra.janet.cas.commands that return RegistryLocation
 RegistryLocation NodeStartedCommand.getCentralRegistryLocation()
           
 RegistryLocation NodeStartedCommand.getLocalRegistryLocation()
           
 

Constructors in org.almendra.janet.cas.commands with parameters of type RegistryLocation
NodeStartedCommand(Node node, FutureResult future, RegistryLocation centralRegistryLocation, RegistryLocation localRegistryLocation, java.util.List clusterSpaceDescriptors, java.util.List clusterEventRegistryDescriptors, boolean startGUI)
           
 

Uses of RegistryLocation in org.almendra.janet.cas.events
 

Methods in org.almendra.janet.cas.events with parameters of type RegistryLocation
 void IClusterEventRegistry.register(java.lang.String nodeName, RegistryLocation registryLocation)
           
 void ClusterEventRegistryRemote.register(java.lang.String nodeName, RegistryLocation registryLocation)
           
 void ClusterEventRegistry.register(java.lang.String localEventRegistryName, RegistryLocation registryLocation)
           
 

Uses of RegistryLocation in org.almendra.janet.cas.handlers
 

Fields in org.almendra.janet.cas.handlers declared as RegistryLocation
protected  RegistryLocation NodeStartupEventParams.centralRegistryLocation
           
protected  RegistryLocation NodeStartupEventParams.localRegistryLocation
           
 

Methods in org.almendra.janet.cas.handlers that return RegistryLocation
 RegistryLocation NodeStartupEventParams.getCentralRegistryLocation()
           
 RegistryLocation NodeStartupEventParams.getLocalRegistryLocation()
           
 

Constructors in org.almendra.janet.cas.handlers with parameters of type RegistryLocation
NodeStartupEventParams(FutureResult future, RegistryLocation centralRegistryLocation, RegistryLocation localRegistryLocation, java.util.List clusterSpaceDescriptors, java.util.List clusterEventRegistryDescriptors, boolean startGUI)
           
 

Uses of RegistryLocation in org.almendra.janet.cas.node
 

Fields in org.almendra.janet.cas.node declared as RegistryLocation
protected  RegistryLocation SystemApplication.centralRegistryLocation
           
protected  RegistryLocation NodeDescriptor.centralRegistryLocation
           
protected  RegistryLocation SystemApplication.localRegistryLocation
           
protected  RegistryLocation NodeDescriptor.localRegistryLocation
           
protected  RegistryLocation NodeLocation.registryLocation
           
protected  RegistryLocation ClusterSubobjectDescriptor.registryLocation
           
 

Methods in org.almendra.janet.cas.node that return RegistryLocation
 RegistryLocation SystemApplication.getCentralRegistryLocation()
           
 RegistryLocation NodeDescriptor.getCentralRegistryLocation()
           
 RegistryLocation SystemApplication.getLocalRegistryLocation()
           
 RegistryLocation NodeDescriptor.getLocalRegistryLocation()
           
 RegistryLocation AbstractNodeImage.getNodeRegistryLocation()
           
 RegistryLocation NodeLocation.getRegistryLocation()
           
 RegistryLocation ClusterSubobjectDescriptor.getRegistryLocation()
           
 

Methods in org.almendra.janet.cas.node with parameters of type RegistryLocation
 void SystemApplication.setCentralRegistryLocation(RegistryLocation registryLocation)
           
 void SystemApplication.setLocalRegistryLocation(RegistryLocation localRegistryLocation)
           
 

Constructors in org.almendra.janet.cas.node with parameters of type RegistryLocation
ClusterSubobjectDescriptor(java.lang.String name, RegistryLocation registryLocation)
          Creates a new ClusterSubobjectDescriptor object.
NodeLocation(java.lang.String nodeName, RegistryLocation registryLocation)
          Creates a new NodeLocation object.
 

Uses of RegistryLocation in org.almendra.janet.cas.node.interpreters
 

Methods in org.almendra.janet.cas.node.interpreters that return RegistryLocation
 RegistryLocation RegisterNodeTrait.getRegistryLocation(CommandAccessor cmdAccessor)
           
abstract  RegistryLocation AbstractRegisterNodeTrait.getRegistryLocation(CommandAccessor cmdAccessor)
           
 

Methods in org.almendra.janet.cas.node.interpreters with parameters of type RegistryLocation
protected  boolean NodeStartedInterpreter.checkCentralExists(RegistryLocation registryLocation)
           
protected  IAgentDispatcher NodeStartedInterpreter.getCentralDispatcher(RegistryLocation registryLocation)
           
protected  java.lang.String NodeStartedInterpreter.getNewNodeName(RegistryLocation location)
           
protected  java.rmi.registry.Registry NodeStartedInterpreter.getRegistry(RegistryLocation registryLocation)
           
protected  java.lang.String[] NodeStartedInterpreter.registryList(RegistryLocation registryLocation)
           
 void DeregisterNodeTrait.unbind(RegistryLocation registryLocation, java.lang.String rmiNodeName)
           
 

Uses of RegistryLocation in org.almendra.janet.cas.simulator.node.interpreters.simulated
 

Methods in org.almendra.janet.cas.simulator.node.interpreters.simulated that return RegistryLocation
 RegistryLocation TRegisterNodeInterpreter.getRegistryLocation(CommandAccessor cmdAccessor)
           
 

Methods in org.almendra.janet.cas.simulator.node.interpreters.simulated with parameters of type RegistryLocation
protected  IAgentDispatcher NodeStartedInterpreter.getCentralDispatcher(RegistryLocation registryLocation)
           
protected  java.lang.String[] NodeStartedInterpreter.registryList(RegistryLocation registryLocation)