com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicJMSTopic
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, WebLogicJMSDestination
public interface WebLogicJMSTopic
- extends WebLogicJMSDestination
Represents a WebLogic JMS Topic (Publish/Subscribe messaging).
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.weblogic.WebLogicJMSDestination |
getBytesPagingEnabled, getJNDIName, getMessagesPagingEnabled, getParent, getStoreEnabled, hasBytesPagingEnabled, hasJNDIName, hasMessagesPagingEnabled, hasParent, hasStoreEnabled, setBytesPagingEnabled, setJNDIName, setMessagesPagingEnabled, setParent, setStoreEnabled |
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 |
getMulticastAddress
java.lang.String getMulticastAddress()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMulticastAddress
void setMulticastAddress(java.lang.String s)
hasMulticastAddress
boolean hasMulticastAddress()
getMulticastPort
int getMulticastPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMulticastPort
void setMulticastPort(int i)
hasMulticastPort
boolean hasMulticastPort()
getMulticastTTL
int getMulticastTTL()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMulticastTTL
void setMulticastTTL(int i)
hasMulticastTTL
boolean hasMulticastTTL()