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
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.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 |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
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()