A B C D E F G H I K L M O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- isAttached() - Method in class org.glassfish.grizzly.connectionpool.Link
- isBusy(Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Returns true only if the
Connectionis registered in the pool and is currently in busy state (used by a user), otherwise returns false. - isBusy(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
Returns true only if the
Connectionis registered in the pool and is currently in busy state (used by a user), otherwise returns false. - isFailFastWhenMaxSizeReached() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
- isFailFastWhenMaxSizeReached() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
- isMaxCapacityReached() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
- isMaxCapacityReached() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
- isReady() - Method in class org.glassfish.grizzly.connectionpool.ConnectionInfo
- isRegistered(Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Returns true if the
Connectionis registered in the pool no matter if it's currently in busy or ready state, or false if theConnectionis not registered in the pool. - isRegistered(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
Returns true if the
Connectionis registered in the pool no matter if it's currently in busy or ready state, or false if theConnectionis not registered in the pool.
All Classes All Packages