WebLogic Integration


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

Packages that use com.bea.b2b.protocol.ParticipantState
com.bea.b2b.protocol Used for working with logic plug-ins. 
 

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

Methods in com.bea.b2b.protocol that return com.bea.b2b.protocol.ParticipantState
 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
 com.bea.b2b.protocol.ParticipantState[] ParticipantStateManager.getAllParticipants(int rowConvId)
          get all participants by conversationID this is an inmemory only impl
 


WebLogic Integration

WebLogic Integration (WLI)