|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The GlobalConversationMBean interface represents a global conversation.
Method Summary | |
CollaboratorMBean[] |
getActiveCollaborators()
Gets CollaboratorMBeans for all of the trading partners participating in this conversation. |
java.util.Date |
getActiveSince()
Gets the start time of this conversation. |
java.lang.String |
getConversationId()
Gets the conversation ID of this global conversation. |
java.lang.String |
getConversationName()
Gets the name of the conversation definition associated with this conversation. |
java.lang.String |
getConversationVersion()
Gets the version of the conversation definition associated with this conversation. |
CSpaceMBean |
getCSpace()
Gets the CSpaceMBean of the c-space associated with this conversation. |
java.util.Date |
getLastMessageTime()
Gets the time when the last business message was sent in this conversation. |
java.lang.String |
getLastSender()
Gets the name of the trading partner who sent the last business message in this conversation. |
com.bea.b2b.protocol.Protocol |
getProtocol()
Gets the protocol of this conversation. |
int |
getState()
Gets the current state of this conversation. |
void |
terminate(int result)
Terminates this conversation. |
Method Detail |
public CSpaceMBean getCSpace()
public java.lang.String getConversationId()
public int getState()
public com.bea.b2b.protocol.Protocol getProtocol()
public java.lang.String getConversationName()
public java.lang.String getConversationVersion()
public CollaboratorMBean[] getActiveCollaborators()
public java.util.Date getActiveSince()
public java.util.Date getLastMessageTime()
public java.lang.String getLastSender()
public void terminate(int result) throws ManagementException
result
- Conversation termination result.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |