org.logicalcobwebs.proxool
Class PrototyperController

java.lang.Object
  extended byorg.logicalcobwebs.proxool.PrototyperController

public class PrototyperController
extends java.lang.Object

Controls the prototypers

Since:
Proxool 0.8
Version:
$Revision: 1.5 $, $Date: 2003/03/10 23:43:11 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Constructor Summary
PrototyperController()
           
 
Method Summary
static void cancel(java.lang.String alias)
          Cancel this prototyper and stop all prototyping immediately.
static boolean isKeepSweeping()
           
static void sweepStarted()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrototyperController

public PrototyperController()
Method Detail

cancel

public static void cancel(java.lang.String alias)
Cancel this prototyper and stop all prototyping immediately.

Parameters:
alias - identifies the pool

isKeepSweeping

public static boolean isKeepSweeping()

sweepStarted

public static void sweepStarted()