WebLogic Integration


Uses of Class
com.bea.b2b.protocol.conversation.ConversationType

Packages that use ConversationType
com.bea.b2b.enabler.xocp Used for working with c-enabler sessions for the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.protocol Used for working with logic plug-ins. 
com.bea.b2b.protocol.conversation Used for working with conversations. 
com.bea.b2b.protocol.messaging Used for working with messages in a conversation. 
com.bea.b2b.protocol.xocp.application Used for working with XOCP (eXtensible Open Collaboration Protocol) application and XOCP application sessions. 
com.bea.b2b.protocol.xocp.conversation.local Used for working with conversations that use the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.protocol.xocp.messaging Used for working with messages in conversations that use the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.tpa Provides classes representing Collaboration Agreement. 
 

Uses of ConversationType in com.bea.b2b.enabler.xocp
 

Methods in com.bea.b2b.enabler.xocp with parameters of type ConversationType
 Conversation XOCPEnablerSessionImpl.createConversation(ConversationType cType, long timeout)
           
 boolean XOCPEnablerSessionImpl.hasConversationHandler(ConversationType type)
           
 ConversationHandler XOCPEnablerSessionImpl.getConversationHandler(ConversationType cType)
           
 void XOCPEnablerSessionImpl.registerConversationHandler(ConversationType[] types, ConversationHandler handler)
           
 ConversationHandler XOCPEnablerSessionImpl.unregisterConversationHandler(ConversationType type)
           
 Conversation XOCPEnablerSession.createConversation(ConversationType type, long timeout)
          Deprecated. Creates a conversation of the specified conversation type and with the specified timeout.
 boolean XOCPEnablerSession.hasConversationHandler(ConversationType conversationType)
          Deprecated. Determines whether the conversation handler was registered for the specified conversation type (true) or not (false).
 void XOCPEnablerSession.registerConversationHandler(ConversationType[] types, ConversationHandler handler)
          Deprecated. Registers a conversation handler with this c-enabler session.
 ConversationHandler XOCPEnablerSession.unregisterConversationHandler(ConversationType type)
          Deprecated. Unregisters the conversation handler from this c-enabler session.
 

Uses of ConversationType in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol with parameters of type ConversationType
 com.bea.b2b.protocol.RegistrationState RegistrationStateManager.insert(ConversationType inType, com.bea.b2b.protocol.CollaboratorState cs)
          Insert a registration Called by Collaborator.setRegistrationState()
 com.bea.b2b.protocol.RegistrationState RegistrationStateManager.get(ConversationType inType, com.bea.b2b.protocol.CollaboratorState css)
          get registration object from tables, return null if not available
 void HubProtocol.handleRegistration(MessageEnvelope msgEnv, ConversationType[] ctypes, com.bea.b2b.protocol.ExceptionListener el)
           
 void HubProtocol.handleUnRegistration(MessageEnvelope msgEnv, ConversationType[] ctypes, com.bea.b2b.protocol.ExceptionListener el)
           
 int ConvDefManager.getRoleDefId(java.sql.Connection connection, ConversationType type)
          Get a role definition id by conversation type FIXME rblock: should not throw sql exception
 int Collaborator.getRegistrationState(ConversationType inType)
           
 void Collaborator.setRegistrationState(ConversationType inType, int inState)
           
 void Collaborator.registerConversationType(ConversationType type)
           
 boolean Collaborator.isRegistered(ConversationType type)
           
 void Collaborator.unregisterConversationType(ConversationType type)
           
 void Collaborator.lockRegistrant(com.bea.b2b.persistence.PersistenceOp op, ConversationType type)
           
 void Collaborator.unlockRegistrant(com.bea.b2b.persistence.PersistenceOp op, ConversationType type)
           
 void Collaborator.lock(com.bea.b2b.persistence.PersistenceOp op, java.lang.String convId, ConversationType type)
           
 

Uses of ConversationType in com.bea.b2b.protocol.conversation
 

Methods in com.bea.b2b.protocol.conversation with parameters of type ConversationType
 void CoordinatorBase.validateRole(java.lang.String convId, java.lang.String cSpaceId, java.lang.String recTradingPartner, ConversationType type, boolean logging)
           
 void CoordinatorBase.validateRole(MessageEnvelope msgEnv, PartyInstance toParty, java.lang.String recTradingPartner, ConversationType type, boolean logging)
           
 

Uses of ConversationType in com.bea.b2b.protocol.messaging
 

Methods in com.bea.b2b.protocol.messaging that return ConversationType
 ConversationType MessageBase.getConversationType()
          Returns the conversation type of this business message.
 ConversationType Message.getConversationType()
          Gets the conversation type of this message.
 

Uses of ConversationType in com.bea.b2b.protocol.xocp.application
 

Methods in com.bea.b2b.protocol.xocp.application with parameters of type ConversationType
 Conversation XOCPApplicationSessionImpl.createConversation(ConversationType cType, long timeout)
           
 boolean XOCPApplicationSessionImpl.hasConversationHandler(ConversationType type)
           
 ConversationHandler XOCPApplicationSessionImpl.getConversationHandler(ConversationType cType)
           
 void XOCPApplicationSessionImpl.registerConversationHandler(ConversationType[] types, ConversationHandler handler)
           
 ConversationHandler XOCPApplicationSessionImpl.unregisterConversationHandler(ConversationType type)
           
 

Uses of ConversationType in com.bea.b2b.protocol.xocp.conversation.local
 

Methods in com.bea.b2b.protocol.xocp.conversation.local that return ConversationType
 ConversationType ConversationImpl.getType()
           
 ConversationType Conversation.getType()
          Gets the conversation type for this conversation.
 

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type ConversationType
 Conversation LocalCoordinator.createConversation(ConversationType cType, long timeout)
           
 Conversation LocalCoordinator.createConversation(java.lang.String fromRole, java.lang.String toRole, ConversationType cType, long timeout)
           
 boolean LocalCoordinator.isRegistered(ConversationType type)
           
 void LocalCoordinator.registerConversationHandler(ConversationType[] types, ConversationHandler handler)
           
 boolean LocalCoordinator.hasConversationHandler(ConversationType type)
           
 ConversationHandler LocalCoordinator.getConversationHandler(ConversationType cType)
           
 ConversationHandler LocalCoordinator.unregisterConversationHandler(ConversationType type)
           
 

Constructors in com.bea.b2b.protocol.xocp.conversation.local with parameters of type ConversationType
ConversationImpl.ConversationImpl(java.lang.String fRole, java.lang.String tRole, ConversationType type, java.lang.String Id, com.bea.b2b.protocol.xocp.application.CompatEnablerSession session)
          Conversations are only created using ConversationManager
 

Uses of ConversationType in com.bea.b2b.protocol.xocp.messaging
 

Methods in com.bea.b2b.protocol.xocp.messaging that return ConversationType
 ConversationType[] RegisterConversationRequest.getConversationTypes()
           
 ConversationType ConversationMessageContext.getConversationType()
           
 ConversationType[] UnRegisterConversationRequest.getConversationTypes()
           
 

Methods in com.bea.b2b.protocol.xocp.messaging with parameters of type ConversationType
 void RegisterConversationRequest.addConversationTypes(ConversationType[] ts)
           
 void UnRegisterConversationRequest.addConversationTypes(ConversationType[] ts)
           
 

Constructors in com.bea.b2b.protocol.xocp.messaging with parameters of type ConversationType
ConversationMessageContext.ConversationMessageContext(java.lang.String id, ConversationType t, java.lang.String fRole, java.lang.String tRole, java.lang.String cSpace, java.lang.String tPartner, long timeout)
           
 

Uses of ConversationType in com.bea.b2b.tpa
 

Methods in com.bea.b2b.tpa that return ConversationType
 ConversationType PartyInstance.getConversationType()
          Get conversation type associated with this party.
 


WebLogic Integration

WebLogic Integration (WLI)