Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConnectionPoolListener.connectionCreated(ConnectionPoolEvent event) |
Invoked when a connection has been created.
|
void |
ConnectionPoolListener.connectionExpired(ConnectionPoolEvent event) |
Invoked when a connection is cleaned up by the maintenance thread
because one or more of its properties has expired.
|
void |
ConnectionPoolListener.connectionPoolClosed(ConnectionPoolEvent event) |
Invoked when a pool has been closed.
|
void |
ConnectionPoolListener.connectionReleased(ConnectionPoolEvent event) |
Invoked when a connection has been given out.
|
void |
ConnectionPoolListener.connectionReturned(ConnectionPoolEvent event) |
Invoked when a connection has been returned.
|
void |
ConnectionPoolListener.maintenanceThreadRun(ConnectionPoolEvent event) |
Invoked when the maintenance thread runs.
|
Copyright © 2024. All rights reserved.