WebSphere:*,type=SIBMQClientLink
MBean SIBMQClientLink
Management interface for the SIB MQ Client Link component
Operation Summary | |
java.lang.String | getOverallStatus() Returns the overall status of the MQ Client Link. |
java.util.List | getConnectionStatus() Returns the status of the MQ Client Link client connections. |
java.lang.String | getQueueManagerName() Returns the name of the queue manager this MQ Client Link represents. |
void | startLink() Starts the MQ Client Link. |
void | stopLink( Stops the MQ Client Link with the given mode and status. |
void | stopConnection( Stops the given MQ Client Link client connection using the given mode. |
java.lang.Boolean | isEnabled() Checks to see if the specified WebSphere MQ Client Link is enabled or not. |
Notification Summary | |
SIB.client.connection.start An MQClient has connected. | |
SIB.client.connection.stop An MQClient has disconnected. |
Operation Detail |
public java.lang.String getOverallStatus()
public java.util.List getConnectionStatus()
public java.lang.String getQueueManagerName()
public void startLink()
public void stopLink(java.lang.String mode,
java.lang.String status
)
mode
-
Stop mode (quiesce/force).status
-
Stop status (inactive/stopped).
public void stopConnection(java.lang.Long connectionHandle,
java.lang.String mode
)
connectionHandle
-
connectionHandle (handle returned by getConnectionStatus()).mode
-
mode (quiesce/force).
public java.lang.Boolean isEnabled()
Notification Detail |