com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereJMSServer

All Superinterfaces:
ConfigurationItem, J2EEResource, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SoftwareResource, WebSphereJ2EEResource

public interface WebSphereJMSServer
extends WebSphereJ2EEResource

Represents a WebSphere JMS Server.

Persistable:
true
Display Name:
name

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.app.j2ee.websphere.WebSphereJ2EEResource
IBM_COPYRIGHT
 
Method Summary
 long getBytesMaximum()
           
 boolean getBytesPagingEnabled()
           
 long getBytesThresholdHigh()
           
 long getBytesThresholdLow()
           
 WebSphereJMSDestination[] getDestinations()
           
 java.lang.String getExecutableName()
           
 long getMessagesMaximum()
           
 boolean getMessagesPagingEnabled()
           
 long getMessagesThresholdHigh()
           
 long getMessagesThresholdLow()
           
 BindAddress getPrimarySAP()
           
 boolean hasBytesMaximum()
           
 boolean hasBytesPagingEnabled()
           
 boolean hasBytesThresholdHigh()
           
 boolean hasBytesThresholdLow()
           
 boolean hasDestinations()
           
 boolean hasExecutableName()
           
 boolean hasMessagesMaximum()
           
 boolean hasMessagesPagingEnabled()
           
 boolean hasMessagesThresholdHigh()
           
 boolean hasMessagesThresholdLow()
           
 boolean hasPrimarySAP()
           
 void setBytesMaximum(long l)
           
 void setBytesPagingEnabled(boolean b)
           
 void setBytesThresholdHigh(long l)
           
 void setBytesThresholdLow(long l)
           
 void setDestinations(WebSphereJMSDestination[] destinations)
           
 void setExecutableName(java.lang.String s)
           
 void setMessagesMaximum(long l)
           
 void setMessagesPagingEnabled(boolean b)
           
 void setMessagesThresholdHigh(long l)
           
 void setMessagesThresholdLow(long l)
           
 void setPrimarySAP(BindAddress sap)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.websphere.WebSphereJ2EEResource
getNode, hasNode, setNode
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.J2EEResource
getDomain, getServer, hasDomain, hasServer, setDomain, setServer
 
Methods inherited from interface com.collation.platform.model.topology.app.SoftwareResource
getName, getParent, hasName, hasParent, setName, setParent
 
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
 
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner
 

Method Detail

getPrimarySAP

BindAddress getPrimarySAP()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException

setPrimarySAP

void setPrimarySAP(BindAddress sap)

hasPrimarySAP

boolean hasPrimarySAP()

getExecutableName

java.lang.String getExecutableName()
                                   throws AttributeNotSetException
Throws:
AttributeNotSetException

setExecutableName

void setExecutableName(java.lang.String s)

hasExecutableName

boolean hasExecutableName()

getBytesMaximum

long getBytesMaximum()
                     throws AttributeNotSetException
Throws:
AttributeNotSetException

setBytesMaximum

void setBytesMaximum(long l)

hasBytesMaximum

boolean hasBytesMaximum()

getBytesThresholdHigh

long getBytesThresholdHigh()
                           throws AttributeNotSetException
Throws:
AttributeNotSetException

setBytesThresholdHigh

void setBytesThresholdHigh(long l)

hasBytesThresholdHigh

boolean hasBytesThresholdHigh()

getBytesThresholdLow

long getBytesThresholdLow()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException

setBytesThresholdLow

void setBytesThresholdLow(long l)

hasBytesThresholdLow

boolean hasBytesThresholdLow()

getDestinations

WebSphereJMSDestination[] getDestinations()
                                          throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Uses" reverse="false"

setDestinations

void setDestinations(WebSphereJMSDestination[] destinations)

hasDestinations

boolean hasDestinations()

getMessagesMaximum

long getMessagesMaximum()
                        throws AttributeNotSetException
Throws:
AttributeNotSetException

setMessagesMaximum

void setMessagesMaximum(long l)

hasMessagesMaximum

boolean hasMessagesMaximum()

getMessagesThresholdHigh

long getMessagesThresholdHigh()
                              throws AttributeNotSetException
Throws:
AttributeNotSetException

setMessagesThresholdHigh

void setMessagesThresholdHigh(long l)

hasMessagesThresholdHigh

boolean hasMessagesThresholdHigh()

getMessagesThresholdLow

long getMessagesThresholdLow()
                             throws AttributeNotSetException
Throws:
AttributeNotSetException

setMessagesThresholdLow

void setMessagesThresholdLow(long l)

hasMessagesThresholdLow

boolean hasMessagesThresholdLow()

getBytesPagingEnabled

boolean getBytesPagingEnabled()
                              throws AttributeNotSetException
Throws:
AttributeNotSetException

setBytesPagingEnabled

void setBytesPagingEnabled(boolean b)

hasBytesPagingEnabled

boolean hasBytesPagingEnabled()

getMessagesPagingEnabled

boolean getMessagesPagingEnabled()
                                 throws AttributeNotSetException
Throws:
AttributeNotSetException

setMessagesPagingEnabled

void setMessagesPagingEnabled(boolean b)

hasMessagesPagingEnabled

boolean hasMessagesPagingEnabled()