|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.TimerTask
org.jboss.soa.esb.connection.AbandonedConnectionTimerTask
public class AbandonedConnectionTimerTask
Timer task which will run at scheduled times based on the property set by the user. This task will remove all unused connections which have elapsed a certain period of time
| Constructor Summary | |
|---|---|
AbandonedConnectionTimerTask(DefaultConnectionPoolImpl pool)
Constructor which takes the pool implementation |
|
| 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 |
| Constructor Detail |
|---|
public AbandonedConnectionTimerTask(DefaultConnectionPoolImpl pool)
pool - | Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.util.TimerTask
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||