Uses of Class
bitronix.tm.resource.common.XAPool
Packages that use XAPool
-
Uses of XAPool in bitronix.tm.timer
Methods in bitronix.tm.timer with parameters of type XAPoolModifier and TypeMethodDescriptionvoidTaskScheduler.cancelPoolShrinking(XAPool xaPool) Cancel the task that will tell a XA pool to close idle connections.voidTaskScheduler.schedulePoolShrinking(XAPool xaPool) Schedule a task that will tell a XA pool to close idle connections.Constructors in bitronix.tm.timer with parameters of type XAPoolModifierConstructorDescriptionPoolShrinkingTask(XAPool xaPool, Date executionTime, TaskScheduler scheduler)