com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereClusterMember
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebSphereClusterMember
- extends LogicalElement
A WebSphere Cluster Member
- Naming Rules:
- 0="nodeName,serverName"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- WASCLUSTERMBR
- Display Name:
- nodeName,serverName
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getCluster
WebSphereCluster getCluster()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.MemberOf"
reverse="false"
setCluster
void setCluster(WebSphereCluster cluster)
hasCluster
boolean hasCluster()
getNodeName
java.lang.String getNodeName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setNodeName
void setNodeName(java.lang.String nodeName)
hasNodeName
boolean hasNodeName()
getServerName
java.lang.String getServerName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServerName
void setServerName(java.lang.String serverName)
hasServerName
boolean hasServerName()
getWeight
int getWeight()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setWeight
void setWeight(int weight)
hasWeight
boolean hasWeight()
getUniqueId
java.lang.String getUniqueId()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUniqueId
void setUniqueId(java.lang.String uniqueId)
hasUniqueId
boolean hasUniqueId()