A B C D E F I L M N O P R S T V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- objectEvent(LogLevel, PoolableObject<?>, String) - Method in class com.github.robtimus.pool.PoolLogger
 - 
Called when
PoolableObject.logEvent(LogLevel, String)is called. - objectEvent(LogLevel, PoolableObject<?>, Supplier<String>) - Method in class com.github.robtimus.pool.PoolLogger
 - 
Called when
PoolableObject.logEvent(LogLevel, Supplier)is called. - objectIdleTooLong(PoolableObject<?>, int, int) - Method in class com.github.robtimus.pool.PoolLogger
 - 
Called when a
PoolableObjecthas been idle for too long. - objectInvalidated(PoolableObject<?>, int, int) - Method in class com.github.robtimus.pool.PoolLogger
 - 
Called when a
PoolableObjectis no longer valid and has been removed from itsPool. - ObjectWrapper<T> - Class in com.github.robtimus.pool
 - 
A poolable object that wraps a single value.
 - ObjectWrapper(T) - Constructor for class com.github.robtimus.pool.ObjectWrapper
 - 
Creates a new object wrapper.
 
All Classes All Packages