com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossDestination
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface JBossDestination
- extends LogicalElement
Represents a JBoss Destination
- Naming Rules:
- 0="serviceName,name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- JBDT
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 |
getParent
JBossDestinationManager getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(JBossDestinationManager dest)
hasParent
boolean hasParent()
getStateString
java.lang.String getStateString()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStateString
void setStateString(java.lang.String state)
hasStateString
boolean hasStateString()
getJNDIName
java.lang.String getJNDIName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJNDIName
void setJNDIName(java.lang.String state)
hasJNDIName
boolean hasJNDIName()
getServiceName
java.lang.String getServiceName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServiceName
void setServiceName(java.lang.String service)
hasServiceName
boolean hasServiceName()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getMaxDepth
int getMaxDepth()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxDepth
void setMaxDepth(int depth)
hasMaxDepth
boolean hasMaxDepth()