org.logicalcobwebs.proxool
Class Prototyper

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

public class Prototyper
extends java.lang.Object

Responsible for prototyping connections for all pools

Since:
Proxool 0.8
Version:
$Revision: 1.7 $, $Date: 2003/09/30 18:39:08 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Constructor Summary
Prototyper(org.logicalcobwebs.proxool.ConnectionPool connectionPool)
           
 
Method Summary
 void cancel()
          Cancel all current prototyping
 java.lang.String getAlias()
          The alias of the pool we are prototyping for
 long getConnectionCount()
          The total number of connections, including those being built right now
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prototyper

public Prototyper(org.logicalcobwebs.proxool.ConnectionPool connectionPool)
Method Detail

getConnectionCount

public long getConnectionCount()
The total number of connections, including those being built right now

Returns:
connectionCount;

cancel

public void cancel()
Cancel all current prototyping


getAlias

public java.lang.String getAlias()
The alias of the pool we are prototyping for

Returns:
alias