org.logicalcobwebs.proxool
类 PrototyperController

java.lang.Object
  继承者 org.logicalcobwebs.proxool.PrototyperController

public class PrototyperController
extends Object

Controls the prototypers

从以下版本开始:
Proxool 0.8
版本:
$Revision: 1.10 $, $Date: 2006/01/18 14:40:01 $
作者:
bill, $Author: billhorsman $ (current maintainer)

构造方法摘要
PrototyperController()
           
 
方法摘要
static boolean isKeepSweeping()
           
protected static void shutdown()
          Stop all house keeper threads
static void sweepStarted()
           
protected static void triggerSweep(String alias)
          Trigger prototyping immediately.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PrototyperController

public PrototyperController()
方法详细信息

triggerSweep

protected static void triggerSweep(String alias)
Trigger prototyping immediately. Runs inside a new Thread so control returns as quick as possible. You should call this whenever you suspect that building more connections might be a good idea.

参数:
alias -

isKeepSweeping

public static boolean isKeepSweeping()

sweepStarted

public static void sweepStarted()

shutdown

protected static void shutdown()
Stop all house keeper threads



Copyright © 2014. All rights reserved.