public interface IMSInteractionSpecProperties
This interface defines named constants used by an IMSInteractionSpec object.
Field | Description |
copyright | |
DEFAULT_ASYNCOUTPUT_AVAILABLE | IMS Connector for Java internal use only. |
DEFAULT_CONVERTED_TIMEOUT_VALUE | IMS Connector for Java internal use only. |
DEFAULT_INTERACTION_VERB | IMS Connector for Java internal use only. |
DEFAULT_PURGE_ASYNCOUTPUT | IMS Connector for Java internal use only. |
DEFAULT_REROUTE | IMS Connector for Java internal use only. |
DEFAULT_RUNTIME_IMS_REQUEST_TYPE | IMS Connector for Java internal use only. |
DEFAULT_SOTIMEOUT_VALUE | IMS Connector for Java internal use only. |
DEFAULT_TIMEOUT_INDEX_VALUE | IMS Connector for Java internal use only. |
DEFAULT_TIMEOUT_VALUE | IMS Connector for Java internal use only. |
IMS_REQUEST_TYPE_IMS_COMMAND | The request is an IMS command. |
IMS_REQUEST_TYPE_IMS_TRANSACTION | The request is an IMS transaction. |
IMS_REQUEST_TYPE_MFS_TRANSACTION | Reserved for applications that are generated using WebSphere Studio MFS support. |
INTERACTION_VERB_EDITOR_TEXT | IMS Connector for Java internal use only. |
MAX_TIMEOUT_VALUE | IMS Connector for Java internal use only. |
NUM_OF_BASE_VERBS | IMS Connector for Java internal use only. |
NUM_OF_IMS_VERBS | IMS Connector for Java internal use only. |
NUM_OF_VERBS | IMS Connector for Java internal use only. |
SYNC_END_CONVERSATION | Used for the interactionVerb property of an IMSInteractionSpec instance to force the end of an IMS conversation. |
SYNC_RECEIVE_ASYNCOUTPUT | Used for the interactionVerb property of an IMSInteractionSpec instance to retrieve asynchronous output messages. |
SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT | Used for the interactionVerb property of an IMSInteractionSpec instance to retrieve asynchronous output messages. |
SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT | Used for the interactionVerb property of an IMSInteractionSpec instance to retrieve asynchronous output messages. |
TIMEOUT_DEFAULT | IMS Connector for Java internal use only. |
TIMEOUT_NOWAIT_FLAG | IMS Connector for Java internal use only. |
TIMEOUT_SMALL | IMS Connector for Java internal use only. |
TIMEOUT_WAITFOREVER_FLAG | IMS Connector for Java internal use only. |
VERB_SYNC_END_CONVERSATION_TEXT | IMS Connector for Java internal use only. |
VERB_SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT_TEXT | IMS Connector for Java internal use only. |
VERB_SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT_TEXT | IMS Connector for Java internal use only. |
VERB_SYNC_RECEIVE_ASYNCOUTPUT_TEXT | IMS Connector for Java internal use only. |
VERB_SYNC_RECEIVE_TEXT | IMS Connector for Java internal use only. |
VERB_SYNC_SEND_RECEIVE_TEXT | IMS Connector for Java internal use only. |
VERB_SYNC_SEND_TEXT | IMS Connector for Java internal use only. |
public static final java.lang.String copyright
public static final boolean DEFAULT_ASYNCOUTPUT_AVAILABLEIMS Connector for Java internal use only.
public static final int DEFAULT_CONVERTED_TIMEOUT_VALUEIMS Connector for Java internal use only.
public static final int DEFAULT_INTERACTION_VERBIMS Connector for Java internal use only.
public static final boolean DEFAULT_PURGE_ASYNCOUTPUTIMS Connector for Java internal use only.
public static final boolean DEFAULT_REROUTEIMS Connector for Java internal use only.
public static final int DEFAULT_RUNTIME_IMS_REQUEST_TYPEIMS Connector for Java internal use only.
public static final int DEFAULT_SOTIMEOUT_VALUEIMS Connector for Java internal use only.
public static final int DEFAULT_TIMEOUT_INDEX_VALUEIMS Connector for Java internal use only.
public static final int DEFAULT_TIMEOUT_VALUEIMS Connector for Java internal use only.
public static final int IMS_REQUEST_TYPE_IMS_COMMANDThe request is an IMS command. Command output returned by IMS, including "DFS" messages, are used to populate the application's output message. The IMSDFSMessageException is not thrown.
This value for imsRequestType is used for applications that submit IMS commands.
public static final int IMS_REQUEST_TYPE_IMS_TRANSACTIONThe request is an IMS transaction. Normal transaction output returned by IMS is used to populate the application's output message. If IMS returns a "DFS" message, the IMS resource adapter throws an IMSDFSMessageException.
This value for imsRequestType is used for applications that are not generated using WebSphere Studio MFS support.
public static final int IMS_REQUEST_TYPE_MFS_TRANSACTIONReserved for applications that are generated using WebSphere Studio MFS support. Normal transaction output returned by IMS, as well as "DFS" messages, are used to populate the application's output message. The IMSDFSMessageException is not thrown.
public static final java.lang.String[] INTERACTION_VERB_EDITOR_TEXTIMS Connector for Java internal use only.
public static final int MAX_TIMEOUT_VALUEIMS Connector for Java internal use only.
public static final int NUM_OF_BASE_VERBSIMS Connector for Java internal use only.
public static final int NUM_OF_IMS_VERBSIMS Connector for Java internal use only.
public static final int NUM_OF_VERBSIMS Connector for Java internal use only.
public static final int SYNC_END_CONVERSATIONUsed for the interactionVerb property of an IMSInteractionSpec instance to force the end of an IMS conversation.
public static final int SYNC_RECEIVE_ASYNCOUTPUTUsed for the interactionVerb property of an IMSInteractionSpec instance to retrieve asynchronous output messages. With this type of interaction the Java client can only receive a single message. If there are no messages in the IMS OTMA Asynchronous Queue for the clientID when the request is made, no further attempts will be made to retrieve the message. No message will be returned and a timeout will occur after the length of time specified in the executionTimeout property of the SYNC_RECEIVE_ASYNCOUTPUT interaction.
public static final int SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAITUsed for the interactionVerb property of an IMSInteractionSpec instance to retrieve asynchronous output messages. With this type of interaction the Java client can only receive a single message. If there are no messages in the IMS OTMA Asynchronous Queue for the clientID when the request is made, no further attempts will be made to retrieve the message. No message will be returned and an exception will immediately be returned in response to the SYNC_RECEIVE_ASYNCOUTPUT_NOWAITinteraction. The executionTimeout property of IMSInteractionSpec will be ignored if SYNC_RECEIVE_ASYNCOUTPUT_NOWAIT is specified. SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT interactions are supported on shareable and dedicated persistent socket connections.
public static final int SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAITUsed for the interactionVerb property of an IMSInteractionSpec instance to retrieve asynchronous output messages. With this type of interaction the Java client can only receive a single message. If there are no messages in the IMS OTMA Asynchronous Queue for the clientID when the request is made, IMS Connect will wait for OTMA to return a message IMS Connect will wait the length of time specified in the executionTimeout property of the SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT interaction before returning an exception. SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT interactions are supported on shareable and dedicated persistent socket connections.
public static final int TIMEOUT_DEFAULTIMS Connector for Java internal use only.
public static final int TIMEOUT_NOWAIT_FLAGIMS Connector for Java internal use only.
public static final int TIMEOUT_SMALLIMS Connector for Java internal use only.
public static final int TIMEOUT_WAITFOREVER_FLAGIMS Connector for Java internal use only.
public static final java.lang.String VERB_SYNC_END_CONVERSATION_TEXTIMS Connector for Java internal use only.
public static final java.lang.String VERB_SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT_TEXTIMS Connector for Java internal use only.
public static final java.lang.String VERB_SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT_TEXTIMS Connector for Java internal use only.
public static final java.lang.String VERB_SYNC_RECEIVE_ASYNCOUTPUT_TEXTIMS Connector for Java internal use only.
public static final java.lang.String VERB_SYNC_RECEIVE_TEXTIMS Connector for Java internal use only.
public static final java.lang.String VERB_SYNC_SEND_RECEIVE_TEXTIMS Connector for Java internal use only.
public static final java.lang.String VERB_SYNC_SEND_TEXTIMS Connector for Java internal use only.