Uses of Class
com.ibm.jakarta.connector2.cics.inbound.InboundConversation
Packages that use InboundConversation
Package
Description
Provides classes for developing JEE inbound applications .
-
Uses of InboundConversation in com.ibm.jakarta.connector2.cics.inbound
Fields in com.ibm.jakarta.connector2.cics.inbound declared as InboundConversationFields in com.ibm.jakarta.connector2.cics.inbound with type parameters of type InboundConversationModifier and TypeFieldDescriptionfinal Map<Object,
InboundConversation> InboundSessionPool.transactionMap
Methods in com.ibm.jakarta.connector2.cics.inbound that return InboundConversationModifier and TypeMethodDescriptionInboundSession.getConversation()
InboundSessionPool.getConvfromTransaction
(Object txn) InboundSessionPool.getExistingInboundConversation
(Object transactionToken) InboundSessionPool.getNewInboundConversation
(String convId) Allocates a new conversation using a session from the free pool if there are free sessions available.Methods in com.ibm.jakarta.connector2.cics.inbound with parameters of type InboundConversationModifier and TypeMethodDescriptionvoid
InboundSessionPool.associateTransactionToken
(InboundConversation conv, Object token) void
InboundSessionPool.endConversation
(InboundConversation conv) Called when a Gateway request has finished with the conversation.void
InboundSession.resetForNewConversation
(InboundConversation conv)