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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getConnectionFactoryJNDIRef()
           
 java.lang.String getName()
           
 J2EEDomain getParent()
           
 boolean hasConnectionFactoryJNDIRef()
           
 boolean hasName()
           
 boolean hasParent()
           
 void setConnectionFactoryJNDIRef(java.lang.String ref)
           
 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()

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