|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MQServerChannel
Server Channel
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
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 |
hasDataConversion()
|
boolean |
hasLocalCommunicationaddress()
|
boolean |
hasLongRetryCount()
|
boolean |
hasLongRetryTimer()
|
boolean |
hasModeName()
|
boolean |
hasShortRetryCount()
|
boolean |
hasShortRetryTimer()
|
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 |
|---|
int getShortRetryCount()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setShortRetryCount(int x)
boolean hasShortRetryCount()
boolean getDataConversion()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setDataConversion(boolean x)
boolean hasDataConversion()
java.lang.String getLocalCommunicationaddress()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLocalCommunicationaddress(java.lang.String x)
boolean hasLocalCommunicationaddress()
int getShortRetryTimer()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setShortRetryTimer(int x)
boolean hasShortRetryTimer()
java.lang.String getModeName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setModeName(java.lang.String x)
boolean hasModeName()
int getLongRetryCount()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLongRetryCount(int x)
boolean hasLongRetryCount()
int getLongRetryTimer()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setLongRetryTimer(int x)
boolean hasLongRetryTimer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||