Class DbPoolSlot
java.lang.Object
org.tentackle.misc.AbstractPoolSlot<Session>
org.tentackle.dbms.DbPoolSlot
- All Implemented Interfaces:
org.tentackle.misc.PoolSlot<Session>
Session managed by the session pool.
-
Constructor Summary
ConstructorsConstructorDescriptionDbPoolSlot(org.tentackle.misc.Pool<Session> pool, int slotNumber, Session session) Creates a slot. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.tentackle.common.TentackleRuntimeExceptioncreateException(String msg) booleanMethods inherited from class org.tentackle.misc.AbstractPoolSlot
close, createSlotStr, getFirstUse, getIdleMinutes, getMdcStr, getPool, getPoolable, getReferencedPoolable, getSlotNumber, getUnusedSince, getUsedMinutes, getUsedSince, getUsingThreadStr, isUnreferenced, toString, unUse, use
-
Constructor Details
-
DbPoolSlot
-
-
Method Details
-
isObsolete
public boolean isObsolete() -
createException
-