WebLogic Integration


Uses of Class
com.bea.b2b.protocol.CollaboratorState

Packages that use com.bea.b2b.protocol.CollaboratorState
com.bea.b2b.protocol Used for working with logic plug-ins. 
com.bea.b2b.tpa Provides classes representing Collaboration Agreement. 
 

Uses of com.bea.b2b.protocol.CollaboratorState in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol that return com.bea.b2b.protocol.CollaboratorState
 com.bea.b2b.protocol.CollaboratorState CollaboratorStateManager.insert(com.bea.b2b.server.CSpaceState css, java.lang.String tpName, java.lang.String destinationURL, boolean forHub)
          Insert a collaborator
 com.bea.b2b.protocol.CollaboratorState CollaboratorStateManager.getById(java.lang.String name, com.bea.b2b.server.CSpaceState cs)
          Retrieve a collaborator state by CSpace and collaboratorId
 com.bea.b2b.protocol.CollaboratorState CollaboratorStateManager.get(java.lang.String tpName, com.bea.b2b.server.CSpaceState cs)
          Retrieve a collaborator state by CSpace and trading partner name
 com.bea.b2b.protocol.CollaboratorState CollaboratorStateManager.getState(int rowId)
          Retrieve a collaborator state by rowId
 com.bea.b2b.protocol.CollaboratorState CollaboratorStateManager.getState(int convRowId, java.lang.String cSpaceName, java.lang.String tpName)
          Retrieve a collaborator state in a conversation by trading partner name and conversation row id
 com.bea.b2b.protocol.CollaboratorState CollaboratorStateManager.getState(com.bea.b2b.protocol.conversation.global.ConversationState convState, java.lang.String cSpaceName, java.lang.String tpName)
          Retrieve a collaborator state in a conversation by trading partner name and conversation state
 com.bea.b2b.protocol.CollaboratorState Collaborator.getCollaboratorState()
           
 

Methods in com.bea.b2b.protocol with parameters of type com.bea.b2b.protocol.CollaboratorState
 com.bea.b2b.protocol.RegistrationState RegistrationStateManager.insert(ConversationType inType, com.bea.b2b.protocol.CollaboratorState cs)
          Insert a registration Called by Collaborator.setRegistrationState()
 void RegistrationStateManager.deleteAll(com.bea.b2b.protocol.CollaboratorState css)
          Remove all registrations for a trading partner
 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
 com.bea.b2b.protocol.ParticipantState ParticipantStateManager.insert(com.bea.b2b.protocol.conversation.global.ConversationState gcs, com.bea.b2b.protocol.CollaboratorState cs, int state, long timeStamp)
          Insert a conversation state
 com.bea.b2b.protocol.ParticipantState ParticipantStateManager.get(int rowConvId, com.bea.b2b.protocol.CollaboratorState css)
          get conversation state object from table, return null if not available
 com.bea.b2b.protocol.ParticipantState ParticipantStateManager.get(java.lang.String conversationId, com.bea.b2b.protocol.CollaboratorState css)
          get conversation state object from table, return null if not available conversationId is WLC conversation Id
 com.bea.b2b.protocol.ParticipantState[] ParticipantStateManager.getAll(com.bea.b2b.protocol.CollaboratorState css)
          get all conversation states from table by collaboratorId
 

Constructors in com.bea.b2b.protocol with parameters of type com.bea.b2b.protocol.CollaboratorState
RegistrationState.RegistrationState(int id, com.bea.b2b.protocol.CollaboratorState css, int roleDefId)
           
Collaborator.Collaborator(com.bea.b2b.server.CSpace cSpace, com.bea.b2b.protocol.CollaboratorState cState)
           
 

Uses of com.bea.b2b.protocol.CollaboratorState in com.bea.b2b.tpa
 

Methods in com.bea.b2b.tpa that return com.bea.b2b.protocol.CollaboratorState
 com.bea.b2b.protocol.CollaboratorState[] CPACollaboratorMapManager.getCollaborators(com.bea.b2b.tpa.CPAState cpa)
          Return an array of all Collaborators used by a CPA
 

Methods in com.bea.b2b.tpa with parameters of type com.bea.b2b.protocol.CollaboratorState
 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.tpa.CPAState[] CPACollaboratorMapManager.getCAs(com.bea.b2b.protocol.CollaboratorState collab)
          Return an array of all CPAs used by a Collaborator
 

Constructors in com.bea.b2b.tpa with parameters of type com.bea.b2b.protocol.CollaboratorState
CPACollaboratorMap.CPACollaboratorMap(com.bea.b2b.tpa.CPAState cpa, com.bea.b2b.protocol.CollaboratorState collab)
           
 


WebLogic Integration

WebLogic Integration (WLI)