76 IBM WebSphere Host Publisher Version 3.5
The following fields are illustrated in (see Figure 4-5):
Pool Name
The name of the pool that owns connections. When requesting an available
connection, Integration Objects refer to a pool by this name. An Integration
Object that is an instance of a particular Java class can use connections out
of only one pool; multiple Integration Objects that are instances of different
Java classes can access connections from different pools.
Pool Definition Name
The name of the file containing the pool definition. This file is generated by
Host Publisher Studio along with associated Integration Objects. It also
references other definitions that are associated with this pool, such as the
connection definition and user list definition.
Active Connections
The number of connections allocated from the pool and currently connected
to the remote data source or application. Connections are allocated only as
needed. For example, if there are ten active connections, then at least ten
Integration Objects have concurrently requested an available connection.
In-Use Connections
The number of connections currently in use by an Integration Object.
Idle Connections
The number of connections currently available for the next Integration Object
request.
Unusable Connections
The number of connections returned to the pool by an Integration Object, but
left in an unusable state. These connections are eventually recycled and
re-established as available connections.
4.4.3 Pool definitions
A pool definition provides information about a collection of data source
connections. Some related definitions are associated with a pool definition, for
example, connection, user lists, connect and disconnect macro definitions, if
applicable.