com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicJMSDestination
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- WebLogicJMSQueue, WebLogicJMSTopic
public interface WebLogicJMSDestination
- extends LogicalElement
Represents a JMS Destination deployed to a WebLogic environment.
- Naming Rules:
- 0="parent,JNDIName"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- WLSJMSDT
- Display Name:
- JNDIName
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.Contains"
reverse="true"
setParent
void setParent(WebLogicJMSServer parent)
hasParent
boolean hasParent()
getBytesPagingEnabled
boolean getBytesPagingEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBytesPagingEnabled
void setBytesPagingEnabled(boolean b)
hasBytesPagingEnabled
boolean hasBytesPagingEnabled()
getJNDIName
java.lang.String getJNDIName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJNDIName
void setJNDIName(java.lang.String s)
hasJNDIName
boolean hasJNDIName()
getMessagesPagingEnabled
boolean getMessagesPagingEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMessagesPagingEnabled
void setMessagesPagingEnabled(boolean b)
hasMessagesPagingEnabled
boolean hasMessagesPagingEnabled()
getStoreEnabled
boolean getStoreEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStoreEnabled
void setStoreEnabled(boolean b)
hasStoreEnabled
boolean hasStoreEnabled()