|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQRequesterChannel
Requester Channel
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getLocalCommunicationAddress()
Local communications address for the channel (parameter identifier: MQCACH_LOCAL_ADDRESS). |
long |
getMessageRetryCount()
Message retry count (parameter identifier: MQIACH_MR_COUNT). |
java.lang.String |
getMessageRetryExitName()
Message retry exit name (parameter identifier: MQCACH_MR_EXIT_NAME). |
long |
getMessageRetryInterval()
Message retry interval (parameter identifier: MQIACH_MR_INTERVAL). |
int |
getPutAuthority()
Put authority (parameter identifier: MQIACH_PUT_AUTHORITY). |
boolean |
hasLocalCommunicationAddress()
|
boolean |
hasMessageRetryCount()
|
boolean |
hasMessageRetryExitName()
|
boolean |
hasMessageRetryInterval()
|
boolean |
hasPutAuthority()
|
void |
setLocalCommunicationAddress(java.lang.String x)
|
void |
setMessageRetryCount(long x)
|
void |
setMessageRetryExitName(java.lang.String x)
|
void |
setMessageRetryInterval(long x)
|
void |
setPutAuthority(int x)
|
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 |
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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
long getMessageRetryInterval() throws AttributeNotSetException
AttributeNotSetException
void setMessageRetryInterval(long x)
boolean hasMessageRetryInterval()
java.lang.String getLocalCommunicationAddress() throws AttributeNotSetException
AttributeNotSetException
void setLocalCommunicationAddress(java.lang.String x)
boolean hasLocalCommunicationAddress()
int getPutAuthority() throws AttributeNotSetException
AttributeNotSetException
void setPutAuthority(int x)
boolean hasPutAuthority()
java.lang.String getMessageRetryExitName() throws AttributeNotSetException
AttributeNotSetException
void setMessageRetryExitName(java.lang.String x)
boolean hasMessageRetryExitName()
long getMessageRetryCount() throws AttributeNotSetException
AttributeNotSetException
void setMessageRetryCount(long x)
boolean hasMessageRetryCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |