|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CollaboratorMBean interface represents a collaborator - a trading partner who has joined a c-space.
Method Summary | |
void |
disable()
Disables this trading partner in the c-space. |
GlobalConversationMBean[] |
getActiveConversations()
Gets GlobalConversationMBeans for all of the global conversations in which this trading partner is participating in the c-space. |
MessageMBean[] |
getAllMessages()
Gets MessageMBeans for all of the outstanding business messages that this trading partner has sent in the c-space. |
CSpaceMBean |
getCSpace()
Gets the CSpaceMBean for the c-space that this trading partner has joined. |
int |
getDroppedMessageCount()
Gets the number of dropped business messages. |
java.util.Date |
getFirstFailedMessageTimeStamp()
Gets the timestamp of the first failed business message. |
java.util.Date |
getLastFailedMessageTimeStamp()
Gets the timestamp of the last failed business message. |
java.util.Date |
getLastSentMessageTimeStamp()
Gets the timestamp of the last successfully sent business message. |
int |
getSentMessageCount()
Gets the number of business messages that this trading partner has sent in the c-space. |
int |
getStatus()
Gets the status of this trading partner in the c-space (enabled or disabled). |
java.lang.String |
getTradingPartnerName()
Gets the name of this trading partner. |
java.util.Date |
lastSentInConversation(java.lang.String conversationId)
Gets the time of the last business message that this trading partner sent in the specified conversation. |
void |
leaveCSpace(boolean keepSubscription)
Removes this trading partner from the c-space. |
Method Detail |
public CSpaceMBean getCSpace()
public java.lang.String getTradingPartnerName()
public GlobalConversationMBean[] getActiveConversations()
public java.util.Date lastSentInConversation(java.lang.String conversationId)
conversationId
- Conversation ID.public void leaveCSpace(boolean keepSubscription) throws ManagementException
keepSubscription
- - If true, leave business message queues intact and continues
receiving messages in the queues while away from the conversation.
Note: This option is not supported in this release.
- If false, discards business messages while away from the conversation.public void disable() throws ManagementException
public int getStatus() throws B2BException
public MessageMBean[] getAllMessages()
public java.util.Date getLastSentMessageTimeStamp()
public java.util.Date getFirstFailedMessageTimeStamp()
public java.util.Date getLastFailedMessageTimeStamp()
public int getSentMessageCount()
public int getDroppedMessageCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |