WebLogic Integration


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

Packages that use com.bea.b2b.protocol.Collaborator
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 com.bea.b2b.protocol.Collaborator in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol that return com.bea.b2b.protocol.Collaborator
 com.bea.b2b.protocol.Collaborator CollaboratorStateManager.get(int rowId)
          Retrieve a collaborator by row id FIXME rblock: still need this?
 com.bea.b2b.protocol.Collaborator CollaboratorStateManager.get(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.Collaborator CollaboratorStateManager.get(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.Collaborator[] CollaboratorStateManager.getAllInternal(com.bea.b2b.server.ServerRuntime h, com.bea.b2b.server.CSpace c)
          Retrieve all active collaborators for a hub, if CSpaceState is not null, restrict to that CSpace.
 com.bea.b2b.protocol.Collaborator[] CollaboratorStateManager.getAllInternalWithFilter(com.bea.b2b.server.ServerRuntime h, com.bea.b2b.server.CSpace c)
          Retrieve all active collaborators for a hub of a given CSPace the CSpace should not be null
 com.bea.b2b.protocol.Collaborator[] CollaboratorStateManager.getCollaborators(com.bea.b2b.server.ServerRuntime svrRuntime, java.lang.String tradingPartnerName)
          Retrieve all active collaborators for a TP
 com.bea.b2b.protocol.Collaborator[] CollaboratorStateManager.getCollaboratorsWithFilter(com.bea.b2b.server.ServerRuntime svrRuntime, java.lang.String tradingPartnerName)
          Retrieve all active collaborators for a TP with a filter it only returns the collaborators that does not have the same trading partner name as the one given
 com.bea.b2b.protocol.Collaborator[] CollaboratorStateManager.getParticipants(int convRowId)
          Retrieve all active collaborators for a conversation Assumptions: a conversation can only exist in a cspace the collaborators that we want are those that are in the same cspace as the conversation
 com.bea.b2b.protocol.Collaborator HubProtocol.processJoinCSpaceRequest(MessageEnvelope msgEnv, boolean forceShutdown)
           
 com.bea.b2b.protocol.Collaborator HubProtocol.processJoinCSpaceRequest(MessageEnvelope env)
           
 com.bea.b2b.protocol.Collaborator HubProtocol.getCollaborator(com.bea.b2b.server.CSpace cSpace, java.lang.String tpName)
           
 

Methods in com.bea.b2b.protocol with parameters of type com.bea.b2b.protocol.Collaborator
 boolean Collaborator.equals(com.bea.b2b.protocol.Collaborator other)
           
 

Constructors in com.bea.b2b.protocol with parameters of type com.bea.b2b.protocol.Collaborator
Collaborator.LeaveCSpaceException.Collaborator.LeaveCSpaceException(java.lang.String msg)
           
Collaborator.LeaveCSpaceException.Collaborator.LeaveCSpaceException()
           
Collaborator.DisableException.Collaborator.DisableException(java.lang.String msg)
           
Collaborator.DisableException.Collaborator.DisableException()
           
 

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

Methods in com.bea.b2b.protocol.conversation with parameters of type com.bea.b2b.protocol.Collaborator
 void Coordinator.leaveCSpace(com.bea.b2b.protocol.Collaborator collaborator)
          Notifies the conversation manager that the specified collaborator is leaving the c-space.
protected  void CoordinatorBase.delist(com.bea.b2b.protocol.conversation.global.GlobalConversation conv, com.bea.b2b.protocol.Collaborator participant)
           
 void CoordinatorBase.leaveCSpace(com.bea.b2b.protocol.Collaborator collab)
          Leave CSpace Terminate all the conversations initiated by leaving trading partner Leave from conversations in which it was participating
 

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

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type com.bea.b2b.protocol.Collaborator
 void LocalCoordinator.leaveCSpace(com.bea.b2b.protocol.Collaborator collaborator)
           
 void SpokeCoordinator.leaveCSpace(com.bea.b2b.protocol.Collaborator collaborator)
           
 


WebLogic Integration

WebLogic Integration (WLI)