WebLogic Integration


Uses of Class
com.bea.b2b.tpa.CAInstance

Packages that use CAInstance
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.cxml Used for working with the cXML protocol. 
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 CAInstance in com.bea.b2b.enabler.xocp
 

Methods in com.bea.b2b.enabler.xocp that return CAInstance
 CAInstance XOCPEnablerSessionImpl.getCA()
           
 CAInstance XOCPEnablerSessionImpl.getCA(java.lang.String cpaId)
           
 

Uses of CAInstance in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol that return CAInstance
 CAInstance ProcessState.getCA()
          get the CPA
 CAInstance Process.getCA()
           
 

Methods in com.bea.b2b.protocol with parameters of type CAInstance
 com.bea.b2b.protocol.Process ProcessManager.createProcess(java.lang.String id, CAInstance cpa, java.lang.String tPartner, long timeout)
           
 com.bea.b2b.protocol.ProcessState ProcessManager.insert(java.lang.String name, CAInstance cpa, java.lang.String tPartner)
          Insert a process into persistence table
static boolean Process.isWLPIApplication(java.lang.String tradingPartner, CAInstance cpa)
          isWLPIApplication Assumption: Existence of WLPI Template in Party of CA indicates the application used by Party is WLPI based.
 

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

Methods in com.bea.b2b.protocol.conversation with parameters of type CAInstance
 void CoordinatorBase.delist(java.lang.String tradingPartner, java.lang.String channel, CAInstance cpa, java.lang.String convId)
           
 void CoordinatorBase.terminate(java.lang.String tradingPartner, java.lang.String channel, CAInstance cpa, java.lang.String convId, int result)
           
 

Uses of CAInstance in com.bea.b2b.protocol.cxml
 

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

Methods in com.bea.b2b.protocol.messaging that return CAInstance
 CAInstance Message.getCA()
          Get Collaboration Agreement associated with this message.
 

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

Methods in com.bea.b2b.protocol.xocp.application that return CAInstance
 CAInstance XOCPApplicationSession.getCA(java.lang.String caId)
          Gets the Collaboration Agreement with this global identifier.
 CAInstance XOCPApplicationSessionImpl.getCA()
           
 CAInstance XOCPApplicationSessionImpl.getCA(java.lang.String cpaId)
           
 

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

Methods in com.bea.b2b.protocol.xocp.conversation.local that return CAInstance
 CAInstance ConversationImpl.getCA()
           
 CAInstance Conversation.getCA()
          Gets the Collaboration Agreement associated with this conversation.
 

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type CAInstance
 void ConversationImpl.setCPA(CAInstance inCPA)
           
 void SpokeCoordinator.delist(java.lang.String tradingPartner, java.lang.String channel, CAInstance cpa, java.lang.String convId)
          delist Delists a trading partner on spoke means leaving a conversation.
 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.
 

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

Uses of CAInstance in com.bea.b2b.tpa
 

Methods in com.bea.b2b.tpa that return CAInstance
 CAInstance CAManager.getCA(java.lang.String cpaId)
           
 CAInstance CAManager.getCAWithTradingPartner(java.lang.String tPartner, java.lang.String channel, java.lang.String withTPartner, java.lang.String busProcessName, java.lang.String busProcessVersion, java.lang.String toRole)
           
 CAInstance PartyInstance.getCAInstance()
          Get Collaboration Agreement associated with this party.
 


WebLogic Integration

WebLogic Integration (WLI)