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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getMulticastAddress()
           
 int getMulticastPort()
           
 int getMulticastTTL()
           
 boolean hasMulticastAddress()
           
 boolean hasMulticastPort()
           
 boolean hasMulticastTTL()
           
 void setMulticastAddress(java.lang.String s)
           
 void setMulticastPort(int i)
           
 void setMulticastTTL(int i)
           
 
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.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

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