|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.connectionmanager.pool.idle.IdleRemover
public class IdleRemover

Idle remover
| Method Summary | |
|---|---|
static IdleRemover |
getInstance()
Get the instance |
void |
registerPool(IdleConnectionRemovalSupport mcp,
long interval)
Register pool for connection validation. |
void |
setExecutorService(ExecutorService v)
Set the executor service |
void |
start()
Start |
void |
stop()
Stop |
void |
unregisterPool(IdleConnectionRemovalSupport mcp)
Unregister pool instance for connection validation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IdleRemover getInstance()
public void setExecutorService(ExecutorService v)
v - The value
public void start()
throws Throwable
Throwable - Thrown if an error occurs
public void stop()
throws Throwable
Throwable - Thrown if an error occurs
public void registerPool(IdleConnectionRemovalSupport mcp,
long interval)
mcp - managed connection poolinterval - validation intervalpublic void unregisterPool(IdleConnectionRemovalSupport mcp)
mcp - pool instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||