com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossInvocationLayer
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- HAIL, JBossHTTPInvocationLayer, JBossIL, JBossJVMInvocationLayer, JBossOIL, JBossRMIInvocationLayer
public interface JBossInvocationLayer
- extends LogicalElement
Represents a JBoss Invocation Layer
- Naming Rules:
- 0="name,connectionFactoryJNDIRef,parent"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- JBHTTPIL
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()
getConnectionFactoryJNDIRef
java.lang.String getConnectionFactoryJNDIRef()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setConnectionFactoryJNDIRef
void setConnectionFactoryJNDIRef(java.lang.String ref)
hasConnectionFactoryJNDIRef
boolean hasConnectionFactoryJNDIRef()
getParent
J2EEDomain getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(J2EEDomain jmsServer)
hasParent
boolean hasParent()