Class | Description |
---|---|
ChannelMonitor |
ChannelMonitor monitors an MQSeries channel object for its stats and status
Since it monitors the flow rate of the channel, it will disable itself
at the start up for only once.
|
OAMSecurityExit |
OAMSecurityExit creates an MQCSP object and sets the username and
password for the authentication on the server side.
|
PCFRequester |
PCFRequester connects to the admin service of a WebSphere MQ queue manager
for PCF requests.
|
QConnector |
QConnector connects to a queue and initializes one of the operations, such
as browse, query, get or put, It supports repeated browse on a queue with
auto increment of JMSTimestamp.
|
QueueMonitor |
QueueMonitor monitors an MQSeries queue object for queue depth and status
If ResetQStats is set true and StatsLog is set, it will reset Queue stats on the queue and log the enq/deq counts and hiDepth. |
SimpleSecurityExit |
SimpleSecurityExit sets the username and password and sends them over
for the authentication on the server side.
|
TConnector |
TConnector connects to a topic and initializes one of the operations,
such as sub, pub, RegSub or DeregSub.
|