|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MQSenderChannel
Sender 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. |
java.lang.String |
getModeName()
Mode name (parameter identifier: MQCACH_MODE_NAME). |
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 |
hasModeName()
|
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 |
setModeName(java.lang.String 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 |
|---|
java.lang.String getModeName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setModeName(java.lang.String x)
boolean hasModeName()
int getLongRetryCount()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLongRetryCount(int x)
boolean hasLongRetryCount()
boolean getDataConversion()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDataConversion(boolean x)
boolean hasDataConversion()
int getShortRetryTimer()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setShortRetryTimer(int x)
boolean hasShortRetryTimer()
int getLongRetryTimer()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLongRetryTimer(int x)
boolean hasLongRetryTimer()
int getShortRetryCount()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setShortRetryCount(int x)
boolean hasShortRetryCount()
long getBatchHeartbeatInterval()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setBatchHeartbeatInterval(long x)
boolean hasBatchHeartbeatInterval()
java.lang.String getLocalCommunicationAddress()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLocalCommunicationAddress(java.lang.String x)
boolean hasLocalCommunicationAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||