com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossDestinationManager
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface JBossDestinationManager
- extends LogicalElement
Represents a JBoss Destination Manager
- Naming Rules:
- 0="name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- JBDM
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 |
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getMessageCache
JBossMessageCache getMessageCache()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Uses"
reverse="false"
setMessageCache
void setMessageCache(JBossMessageCache cache)
hasMessageCache
boolean hasMessageCache()
getJBossDestinations
JBossDestination[] getJBossDestinations()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
setJBossDestinations
void setJBossDestinations(JBossDestination[] dest)
hasJBossDestinations
boolean hasJBossDestinations()
getParent
J2EEDomain getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Federates"
reverse="true"
setParent
void setParent(J2EEDomain jmsServer)
hasParent
boolean hasParent()