|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MQReceiverChannel
Receiver Channel
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
long |
getBatchHeartbeatInterval()
Heartbeat interval (parameter identifier: MQIACH_HB_INTERVAL). |
boolean |
getDataConversion()
Whether sender should convert application data (parameter identifier: MQIACH_DATA_CONVERSION). |
java.lang.String |
getLocalCommunicationAddress()
Local communications address for the channel (parameter identifier: MQCACH_LOCAL_ADDRESS). |
int |
getLongRetryCount()
LONGRTY(integer) - LongRetry, LongRetryCount When a sender, server, or cluster-sender channel is attempting to connect to the remote queue manager, and the count specified by SHORTRTY has been exhausted, this specifies the maximum number of further attempts that are made to connect to the remote queue manager, at intervals specified by LONGTMR. |
int |
getLongRetryTimer()
LONGTMR(integer) For long retry attempts, this is the maximum number of seconds to wait before reattempting connection to the remote queue manager. |
long |
getMessageRetryCount()
Message retry count (parameter identifier: MQIACH_MR_COUNT). |
java.lang.String |
getMessageRetryExitName()
Message retry exit name (parameter identifier: MQCACH_MR_EXIT_NAME). |
java.lang.String |
getMessageRetryExitUserData()
Message retry exit user data (parameter identifier: MQCACH_MR_EXIT_USER_DATA). |
long |
getMessageRetryInterval()
Message retry interval (parameter identifier: MQIACH_MR_INTERVAL). |
int |
getPutAuthority()
Put authority (parameter identifier: MQIACH_PUT_AUTHORITY). |
int |
getShortRetryCount()
The maximum number of attempts that are made by a sender, server, or cluster-sender channel to connect to the remote queue manager, at intervals specified by SHORTTMR, before the (normally longer) LONGRTY and LONGTMR are used. |
int |
getShortRetryTimer()
For short retry attempts, this is the maximum number of seconds to wait before reattempting connection to the remote queue manager. |
boolean |
hasBatchHeartbeatInterval()
|
boolean |
hasDataConversion()
|
boolean |
hasLocalCommunicationAddress()
|
boolean |
hasLongRetryCount()
|
boolean |
hasLongRetryTimer()
|
boolean |
hasMessageRetryCount()
|
boolean |
hasMessageRetryExitName()
|
boolean |
hasMessageRetryExitUserData()
|
boolean |
hasMessageRetryInterval()
|
boolean |
hasPutAuthority()
|
boolean |
hasShortRetryCount()
|
boolean |
hasShortRetryTimer()
|
void |
setBatchHeartbeatInterval(long x)
|
void |
setDataConversion(boolean x)
|
void |
setLocalCommunicationAddress(java.lang.String x)
|
void |
setLongRetryCount(int x)
|
void |
setLongRetryTimer(int x)
|
void |
setMessageRetryCount(long x)
|
void |
setMessageRetryExitName(java.lang.String x)
|
void |
setMessageRetryExitUserData(java.lang.String x)
|
void |
setMessageRetryInterval(long x)
|
void |
setPutAuthority(int x)
|
void |
setShortRetryCount(int x)
|
void |
setShortRetryTimer(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 |
|---|
int getPutAuthority()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPutAuthority(int x)
boolean hasPutAuthority()
long getBatchHeartbeatInterval()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setBatchHeartbeatInterval(long x)
boolean hasBatchHeartbeatInterval()
java.lang.String getMessageRetryExitUserData()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMessageRetryExitUserData(java.lang.String x)
boolean hasMessageRetryExitUserData()
java.lang.String getLocalCommunicationAddress()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLocalCommunicationAddress(java.lang.String x)
boolean hasLocalCommunicationAddress()
long getMessageRetryCount()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMessageRetryCount(long x)
boolean hasMessageRetryCount()
int getShortRetryTimer()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setShortRetryTimer(int x)
boolean hasShortRetryTimer()
boolean getDataConversion()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDataConversion(boolean x)
boolean hasDataConversion()
int getShortRetryCount()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setShortRetryCount(int x)
boolean hasShortRetryCount()
int getLongRetryTimer()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLongRetryTimer(int x)
boolean hasLongRetryTimer()
long getMessageRetryInterval()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMessageRetryInterval(long x)
boolean hasMessageRetryInterval()
int getLongRetryCount()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLongRetryCount(int x)
boolean hasLongRetryCount()
java.lang.String getMessageRetryExitName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMessageRetryExitName(java.lang.String x)
boolean hasMessageRetryExitName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||