public class Prototyper
extends java.lang.Object
Constructor and Description |
---|
Prototyper(org.logicalcobwebs.proxool.ConnectionPool connectionPool) |
Modifier and Type | Method and Description |
---|---|
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
|
void |
quickRefuse()
Give a quick answer to whether we should attempt to build a connection.
|
public Prototyper(org.logicalcobwebs.proxool.ConnectionPool connectionPool)
public long getConnectionCount()
public void cancel()
public java.lang.String getAlias()
public void quickRefuse() throws java.sql.SQLException
java.sql.SQLException
- if it is a waste of time even trying to get a connaction. Just because this method
doesn't throw an exception it doesn't guarantee that one will be available. There is a slight
risk that we might tell the client to give up when a connection could become available in the next few
milliseconds but our policy is to refuse connections quickly when overloaded.