Skip navigation links
A B C D E F G H I K L M O P R S T 

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 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.
A B C D E F G H I K L M O P R S T 
Skip navigation links

Copyright © 2017–2020 Oracle Corporation. All rights reserved.