Class DbPoolSlot

All Implemented Interfaces:
PoolSlot<Session>

public class DbPoolSlot extends AbstractPoolSlot<Session>
Session managed by the session pool.
  • Constructor Details

    • DbPoolSlot

      public DbPoolSlot(Pool<Session> pool, int slotNumber, Session session)
      Creates a slot.
      Parameters:
      pool - the pool
      slotNumber - the slot number within the pool (== pool-ID - 1)
      session - the managed session
  • Method Details