WebLogic Integration


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

Packages that use com.bea.b2b.tpa.CPAState
com.bea.b2b.tpa Provides classes representing Collaboration Agreement. 
 

Uses of com.bea.b2b.tpa.CPAState in com.bea.b2b.tpa
 

Methods in com.bea.b2b.tpa that return com.bea.b2b.tpa.CPAState
 com.bea.b2b.tpa.CPAState[] CPACSpaceMapManager.getCAs(com.bea.b2b.server.CSpaceState cSpace)
          Return an array of all CPAs used by a CSpace
 com.bea.b2b.tpa.CPAState[] CPAConversationMapManager.getCAs(com.bea.b2b.protocol.conversation.global.ConversationState conv)
          Return an array of all CPAs used by a Conversation
 com.bea.b2b.tpa.CPAState CPAStateManager.getCA(int repId)
          Return an array of active CPAs
 com.bea.b2b.tpa.CPAState CPAStateManager.getCAByRowId(int rowId)
           
 com.bea.b2b.tpa.CPAState[] CPACollaboratorMapManager.getCAs(com.bea.b2b.protocol.CollaboratorState collab)
          Return an array of all CPAs used by a Collaborator
 

Methods in com.bea.b2b.tpa with parameters of type com.bea.b2b.tpa.CPAState
 void CPACSpaceMapManager.insert(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.server.CSpaceState cSpace)
          Insert one link between ActiveCPA and ActiveCSpace.
 void CPACSpaceMapManager.delete(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.server.CSpaceState cSpace)
          Delete one link between ActiveCPA and ActiveCSpace.
 boolean CPACSpaceMapManager.get(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.server.CSpaceState cSpace)
          Return true if a link exists
 com.bea.b2b.server.CSpaceState[] CPACSpaceMapManager.getCSpaces(com.bea.b2b.tpa.CPAState cpa)
          Return an array of all CSpaces used by a CPA
 void CPAConversationMapManager.insert(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.conversation.global.ConversationState conv)
          Insert one link between ActiveCPA and ActiveConversation.
 void CPAConversationMapManager.delete(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.conversation.global.ConversationState conv)
          Delete one link between ActiveCPA and ActiveConversation.
 boolean CPAConversationMapManager.get(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.conversation.global.ConversationState conv)
          Return true if a link exists
 com.bea.b2b.protocol.conversation.global.ConversationState[] CPAConversationMapManager.getConversations(com.bea.b2b.tpa.CPAState cpa)
          Return an array of all Conversations used one CPA
 void CPACollaboratorMapManager.insert(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.CollaboratorState collab)
          Insert one link between ActiveCPA and ActiveCollaborator.
 void CPACollaboratorMapManager.delete(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.CollaboratorState collab)
          Delete one link between ActiveCPA and ActiveCollaborator.
 boolean CPACollaboratorMapManager.get(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.CollaboratorState collab)
          Return true if a link exists
 com.bea.b2b.protocol.CollaboratorState[] CPACollaboratorMapManager.getCollaborators(com.bea.b2b.tpa.CPAState cpa)
          Return an array of all Collaborators used by a CPA
 

Constructors in com.bea.b2b.tpa with parameters of type com.bea.b2b.tpa.CPAState
CPACollaboratorMap.CPACollaboratorMap(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.CollaboratorState collab)
           
CPACSpaceMap.CPACSpaceMap(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.server.CSpaceState cSpace)
           
CPAConversationMap.CPAConversationMap(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.conversation.global.ConversationState conv)
           
 


WebLogic Integration

WebLogic Integration (WLI)