org.slim3.datasource
Class DataSourceImpl.PoolTask
java.lang.Object
java.util.TimerTask
org.slim3.datasource.DataSourceImpl.PoolTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- DataSourceImpl
protected class DataSourceImpl.PoolTask
- extends TimerTask
The task for connection timeout.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pooledConnection
protected XAConnectionImpl pooledConnection
- The pooled connection.
DataSourceImpl.PoolTask
public DataSourceImpl.PoolTask(XAConnectionImpl pooledConnection)
- Constructor.
- Parameters:
pooledConnection
- the pooled connection.
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.