org.almendra.janet.cas.node
Class NodeLocation

java.lang.Object
  extended by org.almendra.janet.cas.node.NodeLocation
All Implemented Interfaces:
java.io.Serializable

public class NodeLocation
extends java.lang.Object
implements java.io.Serializable

Author:
Oliver
See Also:
Serialized Form

Field Summary
protected  java.lang.String nodeName
           
protected  RegistryLocation registryLocation
           
 
Constructor Summary
NodeLocation(java.lang.String nodeName, RegistryLocation registryLocation)
          Creates a new NodeLocation object.
 
Method Summary
 java.lang.String getNodeName()
           
 RegistryLocation getRegistryLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryLocation

protected RegistryLocation registryLocation

nodeName

protected java.lang.String nodeName
Constructor Detail

NodeLocation

public NodeLocation(java.lang.String nodeName,
                    RegistryLocation registryLocation)
Creates a new NodeLocation object.

Method Detail

getRegistryLocation

public RegistryLocation getRegistryLocation()
Returns:
Returns the registryLocation.

getNodeName

public java.lang.String getNodeName()
Returns:
Returns the nodeName.