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()
Returns the overall status of the MQ Client Link.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getConnectionStatus()
Returns the status of the MQ Client Link client connections. Returns a List of SIBMQClientLinkConnectionStatus, or null if there is none. @see SIBMQClientLinkConnectionStatus.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getQueueManagerName()
Returns the name of the queue manager this MQ Client Link represents.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void startLink()
Starts the MQ Client Link.
administrator
operator
public void stopLink(
java.lang.String mode,
java.lang.String status
)
Stops the MQ Client Link with the given mode and status.
mode
-
Stop mode (quiesce/force). status
-
Stop status (inactive/stopped).
administrator
operator
public void stopConnection(
java.lang.Long connectionHandle,
java.lang.String mode
)
Stops the given MQ Client Link client connection using the given mode. The handle is determined from getConnectionStatus.
connectionHandle
-
connectionHandle (handle returned by getConnectionStatus()). mode
-
mode (quiesce/force).
administrator
operator
public java.lang.Boolean isEnabled()
Checks to see if the specified WebSphere MQ Client Link is enabled or not.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
An MQClient has connected. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## client.userid (The user identifier of the client making the connection), fap.type (which may be MQFAP only), communications.address (The network address in dotted decimal form of the client. This may not be the actual address of the client, if, for example it uses a gateway.)
6
(Normal, Cleared, or Informative)
An MQClient has disconnected. This type of event has the following set of properties ##STANDARD## this.bus.name, this.bus.uuid, this.messaging.engine.name, this.messaging.engine.uuid ##SPECIFIC## client.userid (The user identifier of the client making the connection), stop.reason (which may be communications.failure or client.shutdown)
6
(Normal, Cleared, or Informative)