org.slim3.datasource
Class DataSourceImpl.PoolTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.slim3.datasource.DataSourceImpl.PoolTask
All Implemented Interfaces:
Runnable
Enclosing class:
DataSourceImpl

protected class DataSourceImpl.PoolTask
extends TimerTask

The task for connection timeout.


Field Summary
protected  XAConnectionImpl pooledConnection
          The pooled connection.
 
Constructor Summary
DataSourceImpl.PoolTask(XAConnectionImpl pooledConnection)
          Constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pooledConnection

protected XAConnectionImpl pooledConnection
The pooled connection.

Constructor Detail

DataSourceImpl.PoolTask

public DataSourceImpl.PoolTask(XAConnectionImpl pooledConnection)
Constructor.

Parameters:
pooledConnection - the pooled connection.
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.