Sun Adapter for Websphere MQ API
A B C E G I M N O P Q R S W

A

accessQueue(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Call this to access a queue on the current queue manager, to access messages.
accessQueue(String, String) - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Call this to access a queue on a remote queue manager.
accessQueue(String) - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Accesses a queue on the current queue manager, to access messages.
accessQueue(String, String) - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Call this to access a queue on a remote queue manager (i.e., a remote queue which does not have a local queue definition).
assignEwayConfiguration(MQClientConfiguration) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Associates an eWay configuration set to this message, for the purpose of giving users access to the eWay configuration.
assignEwayConfiguration(MQClientConfiguration) - Method in class com.stc.connector.webspheremqadapter.message.Message
Associates an eWay configuration set to this message, for the purpose of giving users access to the eWay configuration.
assignSyncpointController(ISyncpointControl) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Associates a syncpoint controller to this message, for the purpose of giving users access to a restricted representation of the controller at a later time, in order to roll back or commit the message.
assignSyncpointController(ISyncpointControl) - Method in class com.stc.connector.webspheremqadapter.message.Message
Associate a syncpoint controller to this message, for the purpose of giving users access to a restricted representation of the controller at a later time, in order to roll back or commit the message.

B

backout() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Tells the current queue manager that all gets and puts since the last syncpoint are to be backed out.
backout() - Method in interface com.stc.connector.webspheremqadapter.message.ISyncpointControl
Commands the associated queue manager to repudiate all gets and puts that have occured since the last syncpoint.

C

clearMessage() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Discards data in the message buffer and reset the data offset to zero.
clearMessage() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
com.stc.connector.webspheremqadapter.message - package com.stc.connector.webspheremqadapter.message
 
commit() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Tells the current queue manager that your Collaboration has reached a syncpoint and that all gets and puts that have occurred since the last syncpoint are to be made permanent.
commit() - Method in interface com.stc.connector.webspheremqadapter.message.ISyncpointControl
Commands the associated queue manager to make all gets and puts that have occured since the last syncpoint permanent, and to establish a new syncpoint.
connectToQueueManager(String, String, int, String, String, String) - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
At OTD creation time, the queue manager specified in the configuration will be automatically connected to (and be set as the current queue manager).
createLocalTransactionSupport() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
 

E

EwayConfiguration - Interface in com.stc.connector.webspheremqadapter.message
Definition of an OTD presentation of eWay configuration data.

G

get() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Get a message from the current queue.
get() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Gets a message from the current queue.
getAccountingToken() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's accountingToken variable.
getAccountingToken() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's accountingToken variable.
getApplicationIdData() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's applicationIdData variable.
getApplicationIdData() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's applicationIdData variable.
getApplicationOriginData() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's applicationOriginData variable.
getApplicationOriginData() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's applicationOriginData variable.
getBackoutCount() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's backoutCount variable.
getBackoutCount() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's backoutCount variable.
getByteArrayData() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgBody
Retrieves the content of the MsgBody.
getByteArrayData() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Synonym for Message.MsgBody.getByteArrayData().
getCharacterSet() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's characterSet variable.
getCharacterSet() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Returns the CCSID (coded character set ID) of the current queue manager's codeset.
getCharacterSet() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's characterSet variable.
getCorrelationId() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's correlationId variable.
getCorrelationId() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's correlationId variable.
getCurrentDepth() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Get the number of messages available in the current queue.
getCurrentDepth() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Gets the number of messages available in the current queue.
getData() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgBody
Retrieves the content of the MsgBody.
getData() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Retrieve the content of the MsgBody.
getDataLength() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reports the number of bytes of data remaining to be read in the message.
getDataLength() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
getDataOffset() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Returns the current position of the cursor within the message.
getDataOffset() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
getEncoding() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's encoding variable.
getEncoding() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's encoding variable.
getEwayConfiguration() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Obtains a reference to the configuration object of the eWay that is associated with the message.
getEwayConfiguration() - Method in class com.stc.connector.webspheremqadapter.message.Message
Obtains a reference to the configuration object of the eWay that is associated with the message.
getExpiry() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's expiry variable.
getExpiry() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's expiry variable.
getFeedback() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's feedback variable.
getFeedback() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's feedback variable.
getFormat() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's format variable.
getFormat() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's format variable.
getGMO() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Access to the GMO branch of this OTD.
getGMO() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Accesses the GMO branch of this OTD.
getGroupId() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's groupId variable.
getGroupId() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's groupId variable.
getMaximumDepth() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Gets the maximum number of messages that can exist on the current queue.
getMaximumDepth() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Gets the maximum number of messages that can exist on the current queue.
getMaximumMessageLength() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Gets the maximum length of application data that can exist in any one message on the current queue.
getMaximumMessageLength() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Gets the maximum length of application data that can exist in any one message on the current queue.
getMaximumMessageSize() - Method in interface com.stc.connector.webspheremqadapter.message.EwayConfiguration
Returns the maximum message size specified in the eWay configuration.
getMaximumPriority() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Returns the maximum message priority supported by the current queue manager.
getMessage() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Accesses the Message branch of the OTD.
getMessageFlags() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's messageFlags variable.
getMessageFlags() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's messageFlags variable.
getMessageId() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's messageId variable.
getMessageId() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's messageId variable.
getMessageLength() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reports the total number of bytes in the stored message on the queue.
getMessageLength() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
getMessageSequenceNumber() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's messageSequenceNumber variable.
getMessageSequenceNumber() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's messageSequenceNumber variable.
getMessageType() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's messageType variable.
getMessageType() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's messageType variable.
getMQOO_ALTERNATE_USER_AUTHORITY() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_BIND_AS_Q_DEF() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_BIND_NOT_FIXED() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_BIND_ON_OPEN() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_BROWSE() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_FAIL_IF_QUIESCING() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_INPUT_AS_Q_DEF() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_INPUT_EXCLUSIVE() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_INPUT_SHARED() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_INQUIRE() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_OUTPUT() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_PASS_ALL_CONTEXT() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_PASS_IDENTITY_CONTEXT() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_RESOLVE_NAMES() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_SAVE_ALL_CONTEXT() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_SET() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_SET_ALL_CONTEXT() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMQOO_SET_IDENTITY_CONTEXT() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 
getMsgBody() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Obtain a reference to the MsgBody object representing the Message's content.
getMsgBody() - Method in class com.stc.connector.webspheremqadapter.message.Message
Obtain a reference to the MsgBody object representing the Message's content.
getMsgHeader() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Obtains a reference to the MsgHeader object representing the message's descriptor.
getMsgHeader() - Method in class com.stc.connector.webspheremqadapter.message.Message
Obtain a reference to the MsgHeader object representing the message's descriptor.
getOffset() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's offset variable.
getOffset() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's offset variable.
getOptions() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Access to the entire bitfield value represented by this object.
getOriginalLength() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's originalLength variable.
getOriginalLength() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's originalLength variable.
getPersistence() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's persistence variable.
getPersistence() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's persistence variable.
getPMO() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Access to the PMO branch of this OTD.
getPMO() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Accesses the PMO branch of this OTD.
getPriority() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's priority variable.
getPriority() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's priority variable.
getPutApplicationName() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's putApplicationName variable.
getPutApplicationName() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's putApplicationName variable.
getPutApplicationType() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's putApplicationType variable.
getPutApplicationType() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's putApplicationType variable.
getPutDateTime() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's putDateTime variable.
getPutDateTime() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's putDateTime variable.
getQueue() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Accesses the Queue branch of the OTD.
getqueueAccessOptions() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Retrieve the access-options data structure that specifies the options that control the opening of the queue.
getQueueAccessOptions() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Retrieve the access-options data structure that specifies the options that control the opening of the queue.
getqueueAccessOptions() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Retrieves the access-options data structure that specifies the options that control the opening of the queue.
getQueueAccessOptions() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Retrieves the access-options data structure that specifies the options that control the opening of the queue.
getQueueName() - Method in interface com.stc.connector.webspheremqadapter.message.EwayConfiguration
Returns the queue name specified in the eWay configuration.
getReplyToQueueManagerName() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's replyToQueueManagerName variable.
getReplyToQueueManagerName() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's replyToQueueManagerName variable.
getReplyToQueueName() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's replyToQueueName variable.
getReplyToQueueName() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's replyToQueueName variable.
getReport() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's report variable.
getReport() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's report variable.
getResolvedQueueName() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Provide access to the content of the output field MQGetMessageOptions.resolvedQueueName.
getResolvedQueueName() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Provide access to the content of the output field MQGetMessageOptions.resolvedQueueName.
getScheduleInterval() - Method in interface com.stc.connector.webspheremqadapter.message.EwayConfiguration
Returns the schedule interval (in millisecond units) specified in the eWay configuration.
getSecurityExitName() - Method in interface com.stc.connector.webspheremqadapter.message.EwayConfiguration
Returns the security exit specified in the eWay configuration.
getSecurityExitPath() - Method in interface com.stc.connector.webspheremqadapter.message.EwayConfiguration
Returns the security exit classpath specified in the eWay configuration.
getSegmentation() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Provides access to the content of the output field MQGetMessageOptions.segmentation.
getSegmentation() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Provides access to the content of the output field MQGetMessageOptions.segmentation.
getSegmentationStatus() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Provides access to the content of the output field MQGetMessageOptions.segmentation.
getSegmentationStatus() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Provides access to the content of the output field MQGetMessageOptions.segmentation.
getSyncpointController() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Retrieves the syncpoint controller associated to this Message.
getSyncpointController() - Method in class com.stc.connector.webspheremqadapter.message.Message
Retrieve the syncpoint controller associated to this Message.
getTotalMessageLength() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
If MQQueue.get() fails with a message-truncated error code, getTotalMessageLength() reports the total number of bytes in the stored message on the queue.
getTotalMessageLength() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
getUserId() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Retrieves the value of the Message's userId variable.
getUserId() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Retrieve the value of the Message's userId variable.
getWaitValue() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Retrieve the value of the MQGetMessageOptions.waitInterval variable.
getWaitValue() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Retrieve the value of the MQGetMessageOptions.waitInterval variable.
getWithOptions() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Get a message from the current queue.
getWithOptions() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Gets a message from the current queue.
GMO - Class in com.stc.connector.webspheremqadapter.message
This class subclasses MQGetMessageOptions to provide mutators to MQGetMessageOption's public fields, so that they can be manipulated in the eGate Java Collaboration Editor (which does not permit direct access to public fields).
GMO() - Constructor for class com.stc.connector.webspheremqadapter.message.GMO
Create a GMO object.

I

IGMO - Interface in com.stc.connector.webspheremqadapter.message
This interface describes the structure of the 'GMO' portion of the WebSphere MQ eWay OTD used in Java Collaborations.
IMessage - Interface in com.stc.connector.webspheremqadapter.message
Represents a WebSphere MQ message.
IMessage.MsgBody - Interface in com.stc.connector.webspheremqadapter.message
The data (buffer) portion of a IMessage.
IMessage.MsgHeader - Interface in com.stc.connector.webspheremqadapter.message
Represents the descriptor portion of a Message.
IMqOtd - Interface in com.stc.connector.webspheremqadapter.message
The WebSphere MQ Object Type Definition, the access model to WebSphere MQ queue managers, queues, and messages.
IPMO - Interface in com.stc.connector.webspheremqadapter.message
This interface describes the structure of the 'GMO' portion of the WebSphere MQ eWay OTD used in Java Collaborations.
IQueue - Interface in com.stc.connector.webspheremqadapter.message
This interface describes the structure of the 'Queue' portion of the WebSphere MQ eWay OTD used in Java Collaborations.
isMessageInGroup() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Determine whether or not the output field MQGetMessageOptions.groupStatus specifies the retrieved message is in a group.
isMessageInGroup() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Determines whether or not the output field MQGetMessageOptions.groupStatus specifies the retrieved message is in a group.
isMessageLastInGroup() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Determine whether or not the output field {@link com.ibm.mq.MQGetMessageOptions#groupStatus) indicates that the retrieved message is in a group and it is the last message in the group.
isMessageLastInGroup() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Determines whether or not the output field {@link com.ibm.mq.MQGetMessageOptions#groupStatus) indicates that the retrieved message is in a group and it is the last message in the group.
isQueueMgrConnected() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Determines whether the the current queue manager is still connected to WebSphere MQ.
isTransactionInProgress() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
 
ISyncpointControl - Interface in com.stc.connector.webspheremqadapter.message
Represents a controller object with which to signal WebSphere MQ to commit or backout a unit of work.

M

matchOptionsClearAll() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Clear all match options set so far and set match options to MQMO_NONE.
matchOptionsClearAll() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Clear all match options set so far and set match options to MQMO_NONE.
Message - Class in com.stc.connector.webspheremqadapter.message
Represents a WebSphere MQ message, both its descriptor and data.
Message() - Constructor for class com.stc.connector.webspheremqadapter.message.Message
 
Message.MsgBody - Class in com.stc.connector.webspheremqadapter.message
Facade for the data (buffer) portion of a Message.
Message.MsgBody(IMessage) - Constructor for class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Create a MsgBody object.
Message.MsgHeader - Class in com.stc.connector.webspheremqadapter.message
Facade that represents the descriptor portion of a Message.
Message.MsgHeader(Message) - Constructor for class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Create a MsgHeader.

N

newMessage() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Allows the user to destroy then recreate the Message object.

O

optionsClearAll() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Clear all option flags set so far and reset options to MQGMO_NONE.
optionsClearAll() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Clear all option flags set so far and reset options to MQGMO_NONE.
optionsClearAll() - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Clears all option flags set so far and reset options to MQPMO_NONE.
optionsClearAll() - Method in class com.stc.connector.webspheremqadapter.message.PMO
Clear all option flags set so far and reset options to MQPMO_NONE.
optionsClearAll() - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Clear all option flags.

P

persist(DataOutput) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
PMO - Class in com.stc.connector.webspheremqadapter.message
This class subclasses MQPutMessageOptions to provide mutators to MQPutMessageOption's public fields, so that they can be manipulated in the eGate Java Collaboration Editor (which does not permit direct access to public fields).
PMO() - Constructor for class com.stc.connector.webspheremqadapter.message.PMO
Create a PMO object with no options set.
put() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Put a message into the current queue.
put() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Puts a message into the current queue.
putWithOptions() - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Put a message into the current queue.
putWithOptions() - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Put a message into the current queue.

Q

QueueAccessOptions - Class in com.stc.connector.webspheremqadapter.message
The integer 'openOptions' parameter for the QM.accessQueue is actually a series of bitflags and needed to be flattened out much like the GetMessageOptions and PutMessageOptions.
QueueAccessOptions() - Constructor for class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Create a QueueAccessOptions object.
QueueAccessOptions(QueueAccessOptions) - Constructor for class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
 

R

readBoolean() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a (signed) byte from the present position in the message buffer.
readBoolean() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readByte() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a byte from the present position in the message buffer.
readByte() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readByteArrayData() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgBody
Synonym for IMessage.MsgBody.readData().
readByteArrayData() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Synonym for Message.MsgBody.readData().
readChar() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a Unicode character from the present position in the message buffer.
readChar() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readData() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgBody
Retained for compatibility.
readData() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Retained for compatibility.
readDecimal2() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a 2-byte packed decimal number (-999 to 999).
readDecimal2() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readDecimal4() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a 4-byte packed decimal number (-9999999 to 9999999).
readDecimal4() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readDecimal8() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads an 8-byte packed decimal number (-999999999999999 to 999999999999999).
readDecimal8() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readDouble() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a double from the present position in the message buffer.
readDouble() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readFloat() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a float from the present position in the message buffer.
readFloat() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readFully(byte[]) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Fills the byte array with data from the message buffer.
readFully(byte[], int, int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Fills the len elements of the byte array b with data from the message buffer, starting at offset off.
readFully(byte[]) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readFully(byte[], int, int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readInt() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads an integer from the present position in the message buffer.
readInt() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readInt2() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Equivalent to readshort(), but readInt2 is provided for cross-language MQSeries API compatibility.
readInt2() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readInt4() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Equivalent to readInt(), but readInt4 is provided for cross-language MQSeries API compatibility.
readInt4() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readInt8() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Equivalent to readlong(), but readInt8 is provided for cross-language MQSeries API compatibility.
readInt8() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readLine() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Converts from the codeset defined in the characterSet member variable to Unicode, then reads in a line that has been terminated by \n, \r, \r\n, or EOF.
readLine() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readLong() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a long from the present position in the message buffer.
readLong() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readObject() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads an object, its class, class signature, and the value of the non-transient and nonstatic fields of the class.
readObject() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readShort() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a short from the present position in the message buffer.
readShort() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readString(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a string in the codeset defined by the characterSet member variable.
readString(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readUInt2() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Equivalent to readUnsignedShort(), but readUInt2 is provided for cross-language MQSeries API compatibility.
readUInt2() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readUnsignedByte() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads an unsigned byte from the present position in the message buffer.
readUnsignedByte() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readUnsignedShort() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads an unsigned short from the present position in the message buffer.
readUnsignedShort() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
readUTF() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Reads a UTF string, prefixed by a 2-byte length field, from the present position in the message buffer.
readUTF() - Method in class com.stc.connector.webspheremqadapter.message.Message
 
resizeBuffer(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Clues the MQMessage object as to the size of buffer that may be necessary for subsequent get operations.
resizeBuffer(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
restore(DataInput) - Method in class com.stc.connector.webspheremqadapter.message.Message
 

S

seek(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Relocates the cursor to the absolute position in the message buffer given by pos.
seek(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
selectQueue(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Select one of the previously accessed queues and make it the current queue.
selectQueue(String) - Method in interface com.stc.connector.webspheremqadapter.message.IQueue
Selects one of the previously accessed queues and make it the current queue.
selectQueueManager(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMqOtd
Selects one of the queue managers you have previously connected to.
setAccountingToken(byte[]) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's accountingToken variable.
setAccountingToken(byte[]) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's accountingToken variable.
setApplicationIdData(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's applicationIdData variable.
setApplicationIdData(String) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's applicationIdData variable.
setApplicationOriginData(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's applicationOriginData variable.
setApplicationOriginData(String) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's applicationOriginData variable.
setBackoutCount(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's backoutCount variable.
setBackoutCount(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's backoutCount variable.
setByteArrayData(byte[]) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgBody
Sets content of MsgBody to the specified data.
setByteArrayData(byte[]) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Synonym for Message.MsgBody.setData(byte[]).
setCharacterSet(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's characterSet variable.
setCharacterSet(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's characterSet variable.
setCorrelationId(byte[]) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's correlationId variable.
setCorrelationId(byte[]) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's correlationId variable.
setData(byte[]) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgBody
Sets content of MsgBody to the specified data.
setData(byte[]) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Set content of MsgBody to the specified data.
setDataOffset(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Relocates the cursor to the absolute position in the message buffer.
setDataOffset(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
setEncoding(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's encoding variable.
setEncoding(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's encoding variable.
setExpiry(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's expiry variable.
setExpiry(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's expiry variable.
setFeedback(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's feedback variable.
setFeedback(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's feedback variable.
setFormat(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's format variable.
setFormat(String) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's format variable.
setGroupId(byte[]) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's groupId variable.
setGroupId(byte[]) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's groupId variable.
setMessageFlags(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's messageFlags variable.
setMessageFlags(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's messageFlags variable.
setMessageId(byte[]) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's messageId variable.
setMessageId(byte[]) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's messageId variable.
setMessageSequenceNumber(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's messageSequenceNumber variable.
setMessageSequenceNumber(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's messageSequenceNumber variable.
setMessageType(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's messageType variable.
setMessageType(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's messageType variable.
setMQGMO_ACCEPT_TRUNCATED_MSG(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_ACCEPT_TRUNCATED_MSG option.
setMQGMO_ACCEPT_TRUNCATED_MSG(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_ACCEPT_TRUNCATED_MSG option.
setMQGMO_ALL_MSGS_AVAILABLE(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_ALL_MSGS_AVAILABLE option.
setMQGMO_ALL_MSGS_AVAILABLE(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_ALL_MSGS_AVAILABLE option.
setMQGMO_ALL_SEGMENTS_AVAILABLE(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_ALL_SEGMENTS_AVAILABLE option.
setMQGMO_ALL_SEGMENTS_AVAILABLE(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_ALL_SEGMENTS_AVAILABLE option.
setMQGMO_BROWSE_FIRST(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_BROWSE_FIRST option.
setMQGMO_BROWSE_FIRST(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_BROWSE_FIRST option.
setMQGMO_BROWSE_MSG_UNDER_CURSOR(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_BROWSE_MSG_UNDER_CURSOR option.
setMQGMO_BROWSE_MSG_UNDER_CURSOR(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_BROWSE_MSG_UNDER_CURSOR option.
setMQGMO_BROWSE_NEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_BROWSE_NEXT option.
setMQGMO_BROWSE_NEXT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_BROWSE_NEXT option.
setMQGMO_COMPLETE_MSG(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_COMPLETE_MSG option.
setMQGMO_COMPLETE_MSG(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_COMPLETE_MSG option.
setMQGMO_CONVERT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_CONVERT option.
setMQGMO_CONVERT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_CONVERT option.
setMQGMO_FAIL_IF_QUIESCING(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_FAIL_IF_QUIESCING option.
setMQGMO_FAIL_IF_QUIESCING(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_FAIL_IF_QUIESCING option.
setMQGMO_LOCK(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_LOCK option.
setMQGMO_LOCK(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_LOCK option.
setMQGMO_LOGICAL_ORDER(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_LOGICAL_ORDER option.
setMQGMO_LOGICAL_ORDER(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_LOGICAL_ORDER option.
setMQGMO_MARK_SKIP_BACKOUT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_MARK_SKIP_BACKOUT option.
setMQGMO_MARK_SKIP_BACKOUT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_MARK_SKIP_BACKOUT option.
setMQGMO_MSG_UNDER_CURSOR(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_MSG_UNDER_CURSOR option.
setMQGMO_MSG_UNDER_CURSOR(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_MSG_UNDER_CURSOR option.
setMQGMO_NO_SYNCPOINT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_NO_SYNCPOINT option.
setMQGMO_NO_SYNCPOINT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_NO_SYNCPOINT option.
setMQGMO_NO_WAIT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_NO_WAIT option.
setMQGMO_NO_WAIT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_NO_WAIT option.
setMQGMO_NONE(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_NONE option.
setMQGMO_NONE(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_NONE option.
setMQGMO_SYNCPOINT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_SYNCPOINT option.
setMQGMO_SYNCPOINT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_SYNCPOINT option.
setMQGMO_SYNCPOINT_IF_PERSISTENT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_SYNCPOINT_IF_PERSISTENT option.
setMQGMO_SYNCPOINT_IF_PERSISTENT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_SYNCPOINT_IF_PERSISTENT option.
setMQGMO_UNLOCK(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_UNLOCK option.
setMQGMO_UNLOCK(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_UNLOCK option.
setMQGMO_WAIT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQGMO_WAIT option.
setMQGMO_WAIT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQGMO_WAIT option.
setMQMO_MATCH_CORREL_ID(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQMO_MATCH_CORREL_ID option.
setMQMO_MATCH_CORREL_ID(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQMO_MATCH_CORREL_ID option.
setMQMO_MATCH_GROUP_ID(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQMO_MATCH_GROUP_ID option.
setMQMO_MATCH_GROUP_ID(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQMO_MATCH_GROUP_ID option.
setMQMO_MATCH_MSG_ID(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQMO_MATCH_MSG_ID option.
setMQMO_MATCH_MSG_ID(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQMO_MATCH_MSG_ID option.
setMQMO_MATCH_MSG_SEQ_NUMBER(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQMO_MATCH_MSG_SEQ_NUMBER option.
setMQMO_MATCH_MSG_SEQ_NUMBER(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQMO_MATCH_MSG_SEQ_NUMBER option.
setMQMO_NONE(boolean) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Set or unset the MGC.MQMO_NONE option.
setMQMO_NONE(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Set or unset the MGC.MQMO_NONE option.
setMQOO_ALTERNATE_USER_AUTHORITY(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_ALTERNATE_USER_AUTHORITY option.
setMQOO_BIND_AS_Q_DEF(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_BIND_AS_Q_DEF option.
setMQOO_BIND_NOT_FIXED(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_BIND_NOT_FIXED option.
setMQOO_BIND_ON_OPEN(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_BIND_ON_OPEN option.
setMQOO_BROWSE(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_BROWSE option.
setMQOO_FAIL_IF_QUIESCING(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_FAIL_IF_QUIESCING option.
setMQOO_INPUT_AS_Q_DEF(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_INPUT_AS_Q_DEF option.
setMQOO_INPUT_EXCLUSIVE(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_INPUT_EXCLUSIVE option.
setMQOO_INPUT_SHARED(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_INPUT_SHARED option.
setMQOO_INQUIRE(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_INQUIRE option.
setMQOO_OUTPUT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_OUTPUT option.
setMQOO_PASS_ALL_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_PASS_ALL_CONTEXT option.
setMQOO_PASS_IDENTITY_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_PASS_IDENTITY_CONTEXT option.
setMQOO_RESOLVE_NAMES(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_RESOLVE_NAMES option.
setMQOO_SAVE_ALL_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_SAVE_ALL_CONTEXT option.
setMQOO_SET(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_SET option.
setMQOO_SET_ALL_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_SET_ALL_CONTEXT option.
setMQOO_SET_IDENTITY_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.QueueAccessOptions
Set/unset the MQOO_SET_IDENTITY_CONTEXT option.
setMQPMO_DEFAULT_CONTEXT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_DEFAULT_CONTEXT option.
setMQPMO_DEFAULT_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_DEFAULT_CONTEXT option.
setMQPMO_FAIL_IF_QUIESCING(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_FAIL_IF_QUIESCING option.
setMQPMO_FAIL_IF_QUIESCING(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_FAIL_IF_QUIESCING option.
setMQPMO_LOGICAL_ORDER(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_LOGICAL_ORDER option.
setMQPMO_LOGICAL_ORDER(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_LOGICAL_ORDER option.
setMQPMO_NEW_CORREL_ID(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_NEW_CORREL_ID option.
setMQPMO_NEW_CORREL_ID(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_NEW_CORREL_ID option.
setMQPMO_NEW_MSG_ID(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_NEW_MSG_ID option.
setMQPMO_NEW_MSG_ID(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_NEW_MSG_ID option.
setMQPMO_NO_CONTEXT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_NO_CONTEXT option.
setMQPMO_NO_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_NO_CONTEXT option.
setMQPMO_NO_SYNCPOINT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_SYNCPOINT option.
setMQPMO_NO_SYNCPOINT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_SYNCPOINT option.
setMQPMO_NONE(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_NONE option.
setMQPMO_NONE(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_NONE option.
setMQPMO_PASS_ALL_CONTEXT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_PASS_ALL_CONTEXT option.
setMQPMO_PASS_ALL_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_PASS_ALL_CONTEXT option.
setMQPMO_PASS_IDENTITY_CONTEXT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_PASS_IDENTITY_CONTEXT option.
setMQPMO_PASS_IDENTITY_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_PASS_IDENTITY_CONTEXT option.
setMQPMO_SET_ALL_CONTEXT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_SET_ALL_CONTEXT option.
setMQPMO_SET_ALL_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_SET_ALL_CONTEXT option.
setMQPMO_SET_IDENTITY_CONTEXT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_SET_IDENTITY_CONTEXT option.
setMQPMO_SET_IDENTITY_CONTEXT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_SET_IDENTITY_CONTEXT option.
setMQPMO_SYNCPOINT(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IPMO
Sets or unsets the MGC.MQPMO_SYNCPOINT option.
setMQPMO_SYNCPOINT(boolean) - Method in class com.stc.connector.webspheremqadapter.message.PMO
Set or unset the MGC.MQPMO_SYNCPOINT option.
setOffset(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's offset variable.
setOffset(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's offset variable.
setOriginalLength(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's originalLength variable.
setOriginalLength(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's originalLength variable.
setPersistence(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's persistence variable.
setPersistence(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's persistence variable.
setPriority(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's priority variable.
setPriority(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's priority variable.
setPutApplicationName(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's putApplicationName variable.
setPutApplicationName(String) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's putApplicationName variable.
setPutApplicationType(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's putApplicationType variable.
setPutApplicationType(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's putApplicationType variable.
setPutDateTime(GregorianCalendar) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's putDateTime variable.
setPutDateTime(GregorianCalendar) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's putDateTime variable.
setReplyToQueueManagerName(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's replyToQueueManagerName variable.
setReplyToQueueManagerName(String) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's replyToQueueManagerName variable.
setReplyToQueueName(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's replyToQueueName variable.
setReplyToQueueName(String) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's replyToQueueName variable.
setReport(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's report variable.
setReport(int) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's report variable.
setUnlimitedWait() - Method in class com.stc.connector.webspheremqadapter.message.GMO
Specify an unlimited time for a get call to wait for a suitable message to arrive.
setUnlimitedWait() - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Specify an unlimited time for a get call to wait for a suitable message to arrive.
setUserId(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgHeader
Assigns a value to the Message's userId variable.
setUserId(String) - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgHeader
Assign a value to the Message's userId variable.
setVersion(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Sets the version of the structure to be used.
setVersion(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
setWaitValue(int) - Method in class com.stc.connector.webspheremqadapter.message.GMO
Affects the MQGetMessageOptions.waitInterval variable.
setWaitValue(int) - Method in interface com.stc.connector.webspheremqadapter.message.IGMO
Affects the MQGetMessageOptions.waitInterval variable.
skipBytes(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Advances n bytes in the message buffer.
skipBytes(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 

W

write(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a byte, an array of bytes, or a series of bytes into the message buffer at the present position.
write(byte[]) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a byte, an array of bytes, or a series of bytes into the message buffer at the present position.
write(byte[], int, int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a byte, an array of bytes, or a series of bytes into the message buffer at the present position.
write(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
write(byte[]) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
write(byte[], int, int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeBoolean(boolean) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a Boolean into the message buffer at the present position.
writeBoolean(boolean) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeByte(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a byte into the message buffer at the present position.
writeByte(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeByteArrayData() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgBody
Synonym for IMessage.MsgBody.writeData().
writeByteArrayData() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Synonym for Message.MsgBody.writeData().
writeBytes(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes the string to the message buffer as a sequence of bytes.
writeBytes(String) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeChar(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a Unicode character into the message buffer at the present position.
writeChar(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeChars(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a string as a sequence of Unicode characters into the message buffer at the current position.
writeChars(String) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeData() - Method in interface com.stc.connector.webspheremqadapter.message.IMessage.MsgBody
Retained for compatibility.
writeData() - Method in class com.stc.connector.webspheremqadapter.message.Message.MsgBody
Retained for compatibility.
writeDecimal2(short) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a 2-byte packed decimal format number into the message buffer at the present position.
writeDecimal2(short) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeDecimal4(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes an 4-byte packed decimal format number into the message buffer at the present position.
writeDecimal4(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeDecimal8(long) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes an 8-byte packed decimal format number into the message buffer at the present position.
writeDecimal8(long) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeDouble(double) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a double into the message buffer at the present position.
writeDouble(double) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeFloat(float) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a float into the message buffer at the present position.
writeFloat(float) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeInt(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes an integer into the message buffer at the present position.
writeInt(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeInt2(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes an integer into the message buffer at the present position.
writeInt2(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeInt4(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes an integer into the message buffer at the present position.
writeInt4(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeInt8(long) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes an integer into the message buffer at the present position.
writeInt8(long) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeLong(long) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a long into the message buffer at the present position.
writeLong(long) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeObject(Object) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes the specified object, object class, class signature, and the values of the nontransient and non-static fields of the class and all its supertypes.
writeObject(Object) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeShort(int) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a short into the message buffer at the present position.
writeShort(int) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeString(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a string into the message buffer at the present position, converting it to the codeset identified by the characterSet member variable.
writeString(String) - Method in class com.stc.connector.webspheremqadapter.message.Message
 
writeUTF(String) - Method in interface com.stc.connector.webspheremqadapter.message.IMessage
Writes a UTF string, prefixed by a 2-byte length field, into the message buffer at the present position.
writeUTF(String) - Method in class com.stc.connector.webspheremqadapter.message.Message
 

A B C E G I M N O P Q R S W
Sun Adapter for Websphere MQ API

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.