|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.bea.b2b.protocol.ProtocolException | |
com.bea.b2b.protocol | Used for working with logic plug-ins. |
com.bea.b2b.protocol.messaging | Used for working with messages in a conversation. |
com.bea.b2b.protocol.xocp.messaging | Used for working with messages in conversations that use the XML Open Collaboration Protocol (XOCP). |
Uses of com.bea.b2b.protocol.ProtocolException in com.bea.b2b.protocol |
Methods in com.bea.b2b.protocol that throw com.bea.b2b.protocol.ProtocolException | |
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.management.hub.runtime.CollaboratorMBean[] |
CollaboratorStateManager.getAll(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. |
java.util.Date |
WLCCollaborator.lastSentInConversation(java.lang.String conversationId)
|
void |
Collaborator.initialize()
|
void |
Collaborator.initialize(java.lang.String owner,
boolean isForHub)
Initialize resources (create queues) of Collaborator |
void |
Collaborator.setConversationState(java.lang.String inConversationId,
int inState)
|
void |
Collaborator.addConversation(com.bea.b2b.protocol.conversation.global.GlobalConversation gc)
|
void |
Collaborator.removeConversation(com.bea.b2b.protocol.conversation.global.GlobalConversation gc)
|
java.util.Date |
Collaborator.lastSentInConversation(java.lang.String conversationId)
|
Constructors in com.bea.b2b.protocol that throw com.bea.b2b.protocol.ProtocolException | |
Collaborator.Collaborator(com.bea.b2b.server.CSpace cSpace,
com.bea.b2b.protocol.CollaboratorState cState)
|
Uses of com.bea.b2b.protocol.ProtocolException in com.bea.b2b.protocol.messaging |
Methods in com.bea.b2b.protocol.messaging that throw com.bea.b2b.protocol.ProtocolException | |
protected void |
MessageBase.finalizeDeliveryStatus()
|
void |
MessageStore.setRefcount(int refcnt)
Sets the reference count for a message. |
int |
MessageStore.decRefcount()
Decrements the reference count for a message. |
void |
MessageStore.persistFromInitiator(MessageEnvelope env)
Used by RNEncoder End |
void |
MessageStore.persistFromInitiator(MessageEnvelope env,
boolean isPersistent,
MessageToken token,
boolean synchronousDelivery)
Used by Encoder End for XOCP |
void |
MessageStore.persist(MessageEnvelope env)
Used by Decoder End. |
void |
MessageStore.persist(MessageEnvelope env,
java.lang.String msgId,
java.lang.String user,
java.lang.String channel)
persist a message using 2 keys -- messageId and partyId Used by ebxml Encoder and Decoder |
Uses of com.bea.b2b.protocol.ProtocolException in com.bea.b2b.protocol.xocp.messaging |
|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |