org.almendra.janet.cas.node
Class ClusterSubobjectDescriptor
java.lang.Object
org.almendra.janet.cas.node.Descriptor
org.almendra.janet.cas.node.ClusterSubobjectDescriptor
- Direct Known Subclasses:
- ClusterEventRegistryDescriptor, ClusterSpaceDescriptor
public abstract class ClusterSubobjectDescriptor
- extends Descriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNameTag
public static final java.lang.String XMLNameTag
- See Also:
- Constant Field Values
XMLHostnameTag
public static final java.lang.String XMLHostnameTag
- See Also:
- Constant Field Values
XMLPortTag
public static final java.lang.String XMLPortTag
- See Also:
- Constant Field Values
name
protected java.lang.String name
registryLocation
protected RegistryLocation registryLocation
ClusterSubobjectDescriptor
public ClusterSubobjectDescriptor()
- Creates a new
ClusterSubobjectDescriptor
object.
ClusterSubobjectDescriptor
public ClusterSubobjectDescriptor(java.lang.String name,
RegistryLocation registryLocation)
- Creates a new
ClusterSubobjectDescriptor
object.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
getRegistryLocation
public RegistryLocation getRegistryLocation()
- Returns:
- Returns the registryLocation.
getXMLParentTag
protected abstract java.lang.String getXMLParentTag()
getXMLNodeTag
protected abstract java.lang.String getXMLNodeTag()
fill
protected void fill(org.jdom.Element element)
throws XMLParseException
- Parameters:
clusterSpaceNode
-
- Throws:
XMLParseException
fillRegistryLocation
protected void fillRegistryLocation(org.jdom.Element element)
throws XMLParseException
- Parameters:
element
-
- Throws:
XMLParseException