com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicJMSSessionPool
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebLogicJMSSessionPool
- extends LogicalElement
Represents a WebLogic JMS Session Pool.
- Naming Rules:
- 0="parent,name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- WLSJMSSP
- Display Name:
- name
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
WebLogicJMSServer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Provides"
reverse="true"
setParent
void setParent(WebLogicJMSServer parent)
hasParent
boolean hasParent()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String s)
hasName
boolean hasName()
getAcknowledgeMode
java.lang.String getAcknowledgeMode()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAcknowledgeMode
void setAcknowledgeMode(java.lang.String s)
hasAcknowledgeMode
boolean hasAcknowledgeMode()
getConnectionFactory
java.lang.String getConnectionFactory()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setConnectionFactory
void setConnectionFactory(java.lang.String s)
hasConnectionFactory
boolean hasConnectionFactory()
getListenerClass
java.lang.String getListenerClass()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setListenerClass
void setListenerClass(java.lang.String s)
hasListenerClass
boolean hasListenerClass()
getSessionMaximum
int getSessionMaximum()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSessionMaximum
void setSessionMaximum(int i)
hasSessionMaximum
boolean hasSessionMaximum()
getTransacted
boolean getTransacted()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTransacted
void setTransacted(boolean b)
hasTransacted
boolean hasTransacted()