|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQChannel
Message channels are the channels that carry messages from one queue manager to another.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
long |
getBatchInterval()
Batch interval (parameter identifier: MQIACH_BATCH_INTERVAL). |
long |
getBatchSize()
Specifies the maximum number of messages that should be sent down a channel before a checkpoint is taken. |
int |
getChannelMonitoring()
Level of monitoring data collection for the channel (parameter identifier: MQIA_MONITORING_CHANNEL). |
int |
getChannelStatistics()
Level of monitoring data collection for the channel (parameter identifier: MQIA_MONITORING_CHANNEL). |
java.lang.String |
getConnectionName()
Connection name (parameter identifier: MQCACH_CONNECTION_NAME). |
long |
getDisconnectInterval()
Disconnection interval (parameter identifier: MQIACH_DISC_INTERVAL). |
int |
getHeaderCompression()
Header data compression techniques supported by the channel (parameter identifier: MQIACH_HDR_COMPRESSION). |
long |
getHeartbeatInterval()
Heartbeat interval (parameter identifier: MQIACH_HB_INTERVAL). |
long |
getKeepAliveInterval()
The KeepAlive Interval attribute is a value passed to the communications stack specifying the KeepAlive timing for the channel. |
long |
getMaxMessageLength()
Maximum message length (parameter identifier: MQIACH_MAX_MSG_LENGTH). |
java.lang.String |
getMCAName()
Message channel agent name (parameter identifier: MQCACH_MCA_NAME). |
int |
getMCAType()
Message channel agent type (parameter identifier: MQIACH_MCA_TYPE). |
java.lang.String |
getMCAUserId()
Message channel agent user identifier (parameter identifier: MQCACH_MCA_USER_ID). |
java.lang.String |
getMCAUserIdentifier()
Message channel agent user identifier (parameter identifier: MQCACH_MCA_USER_ID). |
int |
getMessageCompression()
Message data compression techniques supported by the channel (parameter identifier: MQIACH_MSG_COMPRESSION). |
java.lang.String |
getMessageExitName()
Message exit name (parameter identifier: MQCACH_MSG_EXIT_NAME). |
java.lang.String |
getMessageExitUserData()
Message exit user data (parameter identifier: MQCACH_MSG_EXIT_USER_DATA). |
long |
getMessageRetry()
The number of times the channel retries before it decides it cannot deliver the message. |
long |
getMessageRetryTimer()
The minimum interval of time that must pass before the channel can retry the MQPUT operation. |
java.lang.String |
getMessageRetryUserData()
MSGDATA User data for the channel message exit. |
java.lang.String |
getName()
Channel name (parameter identifier: MQCACH_CHANNEL_NAME). |
int |
getNonPersistentMessageSpeed()
Speed at which nonpersistent messages are to be sent (parameter identifier: MQIACH_NPM_SPEED). |
BindAddress |
getProtocolEndpoint()
|
MQQueueManager |
getQueueManager()
|
java.lang.String |
getQueueSharingGroupDisposition()
This parameter applies to z/OS only. |
java.lang.String |
getReceiveExitName()
Receive exit name (parameter identifier: MQCACH_RCV_EXIT_NAME). |
java.lang.String |
getReceiveExitUserData()
Receive exit user data (parameter identifier: MQCACH_RCV_EXIT_USER_DATA). |
java.lang.String |
getSecurityExitName()
Security exit name (parameter identifier: MQCACH_SEC_EXIT_NAME). |
java.lang.String |
getSecurityExitUserData()
Security exit user data (parameter identifier: MQCACH_SEC_EXIT_USER_DATA). |
java.lang.String |
getSendExitName()
Send exit name (parameter identifier: MQCACH_SEND_EXIT_NAME). |
java.lang.String |
getSendExitUserData()
Send exit user data (parameter identifier: MQCACH_SEND_EXIT_USER_DATA). |
boolean |
getSequenceNumberWrap()
Sequence wrap number (parameter identifier: MQIACH_SEQUENCE_NUMBER_WRAP). |
long |
getShortRetry()
SHORTRTY(integer) 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. |
java.lang.String |
getSSLCipherSpecification()
SSL cipher specification (parameter identifier: MQCACH_SSL_CIPHER_SPEC). |
boolean |
getSSLClientAuthentication()
SSL client authentication (parameter identifier: MQIACH_SSL_CLIENT_AUTH). |
java.lang.String |
getSSLPeer()
SSLPEER Specifies the filter to use to compare with the Distinguished Name of the certificate from the peer queue manager or client at the other end of the channel. |
java.lang.String |
getTransmissionQueue()
Transmission queue name (parameter identifier: MQCACH_XMIT_Q_NAME). |
java.lang.String |
getUserID()
USERID Task user identifier. |
boolean |
hasBatchInterval()
|
boolean |
hasBatchSize()
|
boolean |
hasChannelMonitoring()
|
boolean |
hasChannelStatistics()
|
boolean |
hasConnectionName()
|
boolean |
hasDisconnectInterval()
|
boolean |
hasHeaderCompression()
|
boolean |
hasHeartbeatInterval()
|
boolean |
hasKeepAliveInterval()
|
boolean |
hasMaxMessageLength()
|
boolean |
hasMCAName()
|
boolean |
hasMCAType()
|
boolean |
hasMCAUserId()
|
boolean |
hasMCAUserIdentifier()
|
boolean |
hasMessageCompression()
|
boolean |
hasMessageExitName()
|
boolean |
hasMessageExitUserData()
|
boolean |
hasMessageRetry()
|
boolean |
hasMessageRetryTimer()
|
boolean |
hasMessageRetryUserData()
|
boolean |
hasName()
|
boolean |
hasNonPersistentMessageSpeed()
|
boolean |
hasProtocolEndpoint()
|
boolean |
hasQueueManager()
|
boolean |
hasQueueSharingGroupDisposition()
|
boolean |
hasReceiveExitName()
|
boolean |
hasReceiveExitUserData()
|
boolean |
hasSecurityExitName()
|
boolean |
hasSecurityExitUserData()
|
boolean |
hasSendExitName()
|
boolean |
hasSendExitUserData()
|
boolean |
hasSequenceNumberWrap()
|
boolean |
hasShortRetry()
|
boolean |
hasSSLCipherSpecification()
|
boolean |
hasSSLClientAuthentication()
|
boolean |
hasSSLPeer()
|
boolean |
hasTransmissionQueue()
|
boolean |
hasUserID()
|
void |
setBatchInterval(long x)
|
void |
setBatchSize(long x)
|
void |
setChannelMonitoring(int x)
|
void |
setChannelStatistics(int x)
|
void |
setConnectionName(java.lang.String x)
|
void |
setDisconnectInterval(long x)
|
void |
setHeaderCompression(int x)
|
void |
setHeartbeatInterval(long x)
|
void |
setKeepAliveInterval(long x)
|
void |
setMaxMessageLength(long x)
|
void |
setMCAName(java.lang.String x)
|
void |
setMCAType(int x)
|
void |
setMCAUserId(java.lang.String x)
|
void |
setMCAUserIdentifier(java.lang.String x)
|
void |
setMessageCompression(int x)
|
void |
setMessageExitName(java.lang.String x)
|
void |
setMessageExitUserData(java.lang.String x)
|
void |
setMessageRetry(long x)
|
void |
setMessageRetryTimer(long x)
|
void |
setMessageRetryUserData(java.lang.String x)
|
void |
setName(java.lang.String x)
|
void |
setNonPersistentMessageSpeed(int x)
|
void |
setProtocolEndpoint(BindAddress x)
|
void |
setQueueManager(MQQueueManager x)
|
void |
setQueueSharingGroupDisposition(java.lang.String x)
|
void |
setReceiveExitName(java.lang.String x)
|
void |
setReceiveExitUserData(java.lang.String x)
|
void |
setSecurityExitName(java.lang.String x)
|
void |
setSecurityExitUserData(java.lang.String x)
|
void |
setSendExitName(java.lang.String x)
|
void |
setSendExitUserData(java.lang.String x)
|
void |
setSequenceNumberWrap(boolean x)
|
void |
setShortRetry(long x)
|
void |
setSSLCipherSpecification(java.lang.String x)
|
void |
setSSLClientAuthentication(boolean x)
|
void |
setSSLPeer(java.lang.String x)
|
void |
setTransmissionQueue(java.lang.String x)
|
void |
setUserID(java.lang.String 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 getHeartbeatInterval() throws AttributeNotSetException
AttributeNotSetException
void setHeartbeatInterval(long x)
boolean hasHeartbeatInterval()
long getKeepAliveInterval() throws AttributeNotSetException
AttributeNotSetException
void setKeepAliveInterval(long x)
boolean hasKeepAliveInterval()
java.lang.String getUserID() throws AttributeNotSetException
AttributeNotSetException
void setUserID(java.lang.String x)
boolean hasUserID()
long getDisconnectInterval() throws AttributeNotSetException
AttributeNotSetException
void setDisconnectInterval(long x)
boolean hasDisconnectInterval()
int getHeaderCompression() throws AttributeNotSetException
AttributeNotSetException
void setHeaderCompression(int x)
boolean hasHeaderCompression()
java.lang.String getTransmissionQueue() throws AttributeNotSetException
AttributeNotSetException
void setTransmissionQueue(java.lang.String x)
boolean hasTransmissionQueue()
long getBatchInterval() throws AttributeNotSetException
AttributeNotSetException
void setBatchInterval(long x)
boolean hasBatchInterval()
java.lang.String getSecurityExitName() throws AttributeNotSetException
AttributeNotSetException
void setSecurityExitName(java.lang.String x)
boolean hasSecurityExitName()
int getChannelStatistics() throws AttributeNotSetException
AttributeNotSetException
void setChannelStatistics(int x)
boolean hasChannelStatistics()
MQQueueManager getQueueManager() throws AttributeNotSetException
AttributeNotSetException
void setQueueManager(MQQueueManager x)
boolean hasQueueManager()
java.lang.String getConnectionName() throws AttributeNotSetException
AttributeNotSetException
void setConnectionName(java.lang.String x)
boolean hasConnectionName()
long getMessageRetry() throws AttributeNotSetException
AttributeNotSetException
void setMessageRetry(long x)
boolean hasMessageRetry()
java.lang.String getReceiveExitName() throws AttributeNotSetException
AttributeNotSetException
void setReceiveExitName(java.lang.String x)
boolean hasReceiveExitName()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
int getNonPersistentMessageSpeed() throws AttributeNotSetException
AttributeNotSetException
void setNonPersistentMessageSpeed(int x)
boolean hasNonPersistentMessageSpeed()
java.lang.String getMCAUserIdentifier() throws AttributeNotSetException
AttributeNotSetException
void setMCAUserIdentifier(java.lang.String x)
boolean hasMCAUserIdentifier()
java.lang.String getQueueSharingGroupDisposition() throws AttributeNotSetException
AttributeNotSetException
void setQueueSharingGroupDisposition(java.lang.String x)
boolean hasQueueSharingGroupDisposition()
java.lang.String getSSLPeer() throws AttributeNotSetException
AttributeNotSetException
void setSSLPeer(java.lang.String x)
boolean hasSSLPeer()
long getMessageRetryTimer() throws AttributeNotSetException
AttributeNotSetException
void setMessageRetryTimer(long x)
boolean hasMessageRetryTimer()
java.lang.String getSendExitUserData() throws AttributeNotSetException
AttributeNotSetException
void setSendExitUserData(java.lang.String x)
boolean hasSendExitUserData()
long getMaxMessageLength() throws AttributeNotSetException
AttributeNotSetException
void setMaxMessageLength(long x)
boolean hasMaxMessageLength()
boolean getSequenceNumberWrap() throws AttributeNotSetException
AttributeNotSetException
void setSequenceNumberWrap(boolean x)
boolean hasSequenceNumberWrap()
int getMessageCompression() throws AttributeNotSetException
AttributeNotSetException
void setMessageCompression(int x)
boolean hasMessageCompression()
int getMCAType() throws AttributeNotSetException
AttributeNotSetException
void setMCAType(int x)
boolean hasMCAType()
long getShortRetry() throws AttributeNotSetException
AttributeNotSetException
void setShortRetry(long x)
boolean hasShortRetry()
BindAddress getProtocolEndpoint() throws AttributeNotSetException
AttributeNotSetException
void setProtocolEndpoint(BindAddress x)
boolean hasProtocolEndpoint()
java.lang.String getSecurityExitUserData() throws AttributeNotSetException
AttributeNotSetException
void setSecurityExitUserData(java.lang.String x)
boolean hasSecurityExitUserData()
long getBatchSize() throws AttributeNotSetException
AttributeNotSetException
void setBatchSize(long x)
boolean hasBatchSize()
int getChannelMonitoring() throws AttributeNotSetException
AttributeNotSetException
void setChannelMonitoring(int x)
boolean hasChannelMonitoring()
java.lang.String getMCAName() throws AttributeNotSetException
AttributeNotSetException
void setMCAName(java.lang.String x)
boolean hasMCAName()
java.lang.String getSendExitName() throws AttributeNotSetException
AttributeNotSetException
void setSendExitName(java.lang.String x)
boolean hasSendExitName()
java.lang.String getMCAUserId() throws AttributeNotSetException
AttributeNotSetException
void setMCAUserId(java.lang.String x)
boolean hasMCAUserId()
java.lang.String getMessageRetryUserData() throws AttributeNotSetException
AttributeNotSetException
void setMessageRetryUserData(java.lang.String x)
boolean hasMessageRetryUserData()
java.lang.String getSSLCipherSpecification() throws AttributeNotSetException
AttributeNotSetException
void setSSLCipherSpecification(java.lang.String x)
boolean hasSSLCipherSpecification()
java.lang.String getMessageExitUserData() throws AttributeNotSetException
AttributeNotSetException
void setMessageExitUserData(java.lang.String x)
boolean hasMessageExitUserData()
java.lang.String getMessageExitName() throws AttributeNotSetException
AttributeNotSetException
void setMessageExitName(java.lang.String x)
boolean hasMessageExitName()
boolean getSSLClientAuthentication() throws AttributeNotSetException
AttributeNotSetException
void setSSLClientAuthentication(boolean x)
boolean hasSSLClientAuthentication()
java.lang.String getReceiveExitUserData() throws AttributeNotSetException
AttributeNotSetException
void setReceiveExitUserData(java.lang.String x)
boolean hasReceiveExitUserData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |