|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mq.MQChannelDefinition
Use the MQChannelDefinition class to pass information concerning the connection with the queue manager to the send, receive, and security exits.
Note: This class does not apply when connecting directly to WebSphere MQ in bindings mode.
Field Summary | |
java.lang.String |
channelName
The name of the channel through which the connection is established. |
java.lang.String |
connectionName
The TCP/IP hostname of the machine on which the queue manager resides. |
java.util.Collection |
hdrCompList
The list of supported header data compression techniques. |
java.lang.String |
localAddress
The actual TCP/IP address in use. |
int |
maxMessageLength
The maximum length of message that can be sent to the queue manager. |
java.util.Collection |
msgCompList
The list of supported message data compression techniques. |
java.lang.String |
queueManagerName
The name of the queue manager to which the connection is made. |
java.lang.String |
receiveUserData
A storage area for the receive exit to use. |
java.lang.String |
remotePassword
The password used to establish the connection. |
java.lang.String |
remoteUserId
The user ID used to establish the connection. |
java.lang.String |
securityUserData
A storage area for the security exit to use. |
java.lang.String |
sendUserData
A storage area for the send exit to use. |
java.lang.String |
sslPeerName
The SSL peer name used for matching. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String channelName
public java.lang.String queueManagerName
public int maxMessageLength
public java.lang.String securityUserData
public java.lang.String sendUserData
public java.lang.String receiveUserData
public java.lang.String connectionName
public java.lang.String remoteUserId
public java.lang.String remotePassword
public java.lang.String sslPeerName
public java.lang.String localAddress
public java.util.Collection hdrCompList
public java.util.Collection msgCompList
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |