WebLogic Integration


Uses of Class
com.bea.b2b.protocol.conversation.Coordinator.TerminateException

Packages that use Coordinator.TerminateException
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.xocp.conversation.local Used for working with conversations that use the XML Open Collaboration Protocol (XOCP). 
 

Uses of Coordinator.TerminateException in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol that throw Coordinator.TerminateException
 void Process.processTerminate(int result)
          process the terminating conversation action
 void Process.processTerminateNotification(Message msg, int result)
           
 void Process.processIBTerminateNotification(Message msg, com.bea.b2b.protocol.messaging.MessageListener listener, int result)
           
 void Process.processWLPITerminateNotification(Message msg, int result)
           
 

Uses of Coordinator.TerminateException in com.bea.b2b.protocol.conversation
 

Methods in com.bea.b2b.protocol.conversation that throw Coordinator.TerminateException
 void Coordinator.terminate(java.lang.String tradingPartner, java.lang.String channel, java.lang.String conversationId, int result)
          Terminates the specified conversation.
 void CoordinatorBase.terminate(java.lang.String tradingPartner, java.lang.String channel, java.lang.String conversationId, int result)
          Terminates a particular conversation Called within a transaction
 void CoordinatorBase.setTerminatingStateSync(com.bea.b2b.protocol.conversation.global.GlobalConversation conv, int result)
          sets terminating state (sync update to DB)
protected  boolean CoordinatorBase.terminatedParticipants(com.bea.b2b.protocol.conversation.global.GlobalConversation conv, int result)
          Process TerminateConversation to all participants in conversation.
 void CoordinatorBase.terminate(java.lang.String tradingPartner, java.lang.String channel, CAInstance cpa, java.lang.String convId, int result)
           
 

Uses of Coordinator.TerminateException in com.bea.b2b.protocol.xocp.conversation.local
 

Methods in com.bea.b2b.protocol.xocp.conversation.local that throw Coordinator.TerminateException
 void SpokeCoordinator.terminate(java.lang.String tradingPartner, java.lang.String channel, java.lang.String convId, int result)
          Terminate mbean method for spoke Gets CPA with hub and calls terminate method
 void SpokeCoordinator.terminate(java.lang.String tradingPartner, java.lang.String channel, CAInstance cpa, java.lang.String convId, int result)
          terminate This method is called from spoke application.
 void SpokeCoordinator.markTerminated(MessageEnvelope msgEnv)
          markTerminated This method sets the state of the conversation "TERMINATED".
 void SpokeCoordinator.terminateLocally(java.lang.String convId, java.lang.String tradingPartner, java.lang.String channel)
          terminateLocally This method is called from IB-WLPI layer of IB on indication by WLPI plugin
 


WebLogic Integration

WebLogic Integration (WLI)