public class MQPoolToken
extends com.ibm.mq.jmqi.JmqiObject
The default connection manager can keep track of the number of registered tokens via an MQPoolServices object. It typically destroys any MQManagedConnections in the pool, when the number of registered MQPoolTokens falls to zero.
A connection manager intended for use as the default connection manager can provide a subclass of MQPoolToken. Application components can optionally instantiate the subclass and use this to pass information to the connection manager.
| Constructor and Description |
|---|
MQPoolToken()
Constructor
|