|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.logicalcobwebs.proxool.HouseKeeperController
public class HouseKeeperController
Schedules when to run the house keeper
| 构造方法摘要 | |
|---|---|
HouseKeeperController()
|
|
| 方法摘要 | |
|---|---|
protected static void |
cancel(String alias)
cancel a house keeper for a pool. |
protected static org.logicalcobwebs.proxool.HouseKeeper |
getHouseKeeperToRun()
Get the next house keeper that needs to be run |
protected static void |
register(org.logicalcobwebs.proxool.ConnectionPool connectionPool)
Schedule a regular triggerSweep |
protected static void |
shutdown()
Stop all house keeper threads. |
protected static void |
sweepNow(String alias)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public HouseKeeperController()
| 方法详细信息 |
|---|
protected static org.logicalcobwebs.proxool.HouseKeeper getHouseKeeperToRun()
protected static void sweepNow(String alias)
protected static void register(org.logicalcobwebs.proxool.ConnectionPool connectionPool)
connectionPool - identifies the poolprotected static void shutdown()
protected static void cancel(String alias)
throws ProxoolException
alias - identifies the pool
ProxoolException - if we couldn't find the house keeper (if it had
already been cancelled for instance).
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||