com.collation.platform.model.topology.app.messaging.mq
Interface MQSPXListener

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, MQBase, MQListener, java.io.Serializable

public interface MQSPXListener
extends MQListener

Persistable:
true

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 boolean getKeepAlive()
           
 int getSocket()
           
 SPXProtocolEndpoint getSpxProtocolEndpoint()
           
 boolean hasKeepAlive()
           
 boolean hasSocket()
           
 boolean hasSpxProtocolEndpoint()
           
 void setKeepAlive(boolean x)
           
 void setSocket(int x)
           
 void setSpxProtocolEndpoint(SPXProtocolEndpoint x)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.messaging.mq.MQListener
getBacklog, getControl, getName, getQueueManager, getStartTime, hasBacklog, hasControl, hasName, hasQueueManager, hasStartTime, setBacklog, setControl, setName, setQueueManager, setStartTime
 
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.app.messaging.mq.MQBase
getDefault, getIsValid, getSystem, hasDefault, hasIsValid, hasSystem, setDefault, setIsValid, setSystem
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getSpxProtocolEndpoint

SPXProtocolEndpoint getSpxProtocolEndpoint()
                                           throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.BindsTo" reverse="false"

setSpxProtocolEndpoint

void setSpxProtocolEndpoint(SPXProtocolEndpoint x)

hasSpxProtocolEndpoint

boolean hasSpxProtocolEndpoint()

getKeepAlive

boolean getKeepAlive()
                     throws AttributeNotSetException
Throws:
AttributeNotSetException

setKeepAlive

void setKeepAlive(boolean x)

hasKeepAlive

boolean hasKeepAlive()

getSocket

int getSocket()
              throws AttributeNotSetException
Throws:
AttributeNotSetException

setSocket

void setSocket(int x)

hasSocket

boolean hasSocket()