|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CSpaceMBean interface represents a collaboration space (c-space).
Method Summary | |
void |
disable()
Disables this c-space so that new conversations and participants can no longer join this c-space during normal WLC operations. |
void |
enable()
Enables this c-space so that new conversations and participants can join this c-space during normal WLC operations. |
CollaboratorMBean[] |
getActiveCollaborators()
Gets CollaboratorMBeans for all of the active trading partners in this c-space. |
GlobalConversationMBean[] |
getActiveConversations()
Gets GlobalConversationMBeans for all of the active conversations in this c-space. |
HubMBean |
getHub()
Gets the HubMBean of the c-hub to which this c-space belongs. |
java.lang.String |
getName()
Gets the name of this c-space. |
int |
getState()
Gets the state of the c-space (active or inactive). |
boolean |
isActive()
Determines whether this c-space is active (true) or not (false). |
boolean |
isEnabled()
Determines whether this c-space is enabled (true) or not (false). |
boolean |
isShutDown()
Determines whether this c-space has been shut down or not. |
void |
shutDown(java.lang.Integer mode)
Shuts down this c-space with the specified shutdown mode. |
Method Detail |
public java.lang.String getName()
public CollaboratorMBean[] getActiveCollaborators()
public HubMBean getHub()
public int getState()
public GlobalConversationMBean[] getActiveConversations()
public boolean isActive()
public void shutDown(java.lang.Integer mode) throws ManagementException
mode
- Mode for the shutdown. One of the following values:
ShutdownMode.KILL - Forces trading partners to leave this c-spaces. Rejects all new messages. Discards all messages in trading partner queues.
ShutdownMode.NOW (reserved for future use)
ShutdownMode.NORMAL (reserved for future use)
ShutdownMode.QUIESCE (reserved for future use)
public boolean isShutDown()
public void enable() throws ManagementException
public void disable() throws ManagementException
public boolean isEnabled() throws ManagementException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |