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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 JBossDestination[] getJBossDestinations()
           
 JBossMessageCache getMessageCache()
           
 java.lang.String getName()
           
 J2EEDomain getParent()
           
 boolean hasJBossDestinations()
           
 boolean hasMessageCache()
           
 boolean hasName()
           
 boolean hasParent()
           
 void setJBossDestinations(JBossDestination[] dest)
           
 void setMessageCache(JBossMessageCache cache)
           
 void setName(java.lang.String name)
           
 void setParent(J2EEDomain jmsServer)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Method Detail

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()