Package | Description |
---|---|
com.dpslink.base.as400 |
Product-neutral classes for IBMi connections; such as for accessing data queues and other IBMi system resources.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<AS400ConnectionInfo> |
AS400ConnectionPool.ivAllConnections
A list of all AS400 connections ever created by the pool.
|
protected java.util.ArrayList<AS400ConnectionInfo> |
AS400ConnectionPool.ivFreeConnections
The pool of free AS400 connections available for clients.
|
Modifier and Type | Method and Description |
---|---|
private AS400ConnectionInfo |
AS400ConnectionPool.getConnection(java.lang.String consumer,
long timeout)
Retrieves a connection from the pool using the given maximum wait time.
|
private AS400ConnectionInfo |
AS400ConnectionPool.getPooledConnection()
Retrieves a connection if one is available from the pool.
|
private AS400ConnectionInfo |
AS400ConnectionPool.newConnection()
Retrieves a newly created connection.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
AS400ConnectionPool.isConnectionOK(AS400ConnectionInfo conn)
Checks if the given connection is functioning properly.
|