- isAttached() - Method in class org.glassfish.grizzly.connectionpool.Link
-
- isBusy(Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Returns true only if the Connection is 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 Connection is 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 Connection is registered in the pool no matter if it's currently in busy or
ready state, or false if the Connection is not registered in the pool.
- isRegistered(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
Returns true if the Connection is registered in the pool no matter if it's currently in busy or
ready state, or false if the Connection is not registered in the pool.