|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.logicalcobwebs.proxool.Prototyper
public class Prototyper
Responsible for prototyping connections for all pools
| 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 |
boolean |
quickRefuse()
Give a quick answer to whether we should attempt to build a connection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Prototyper(org.logicalcobwebs.proxool.ConnectionPool connectionPool)
| Method Detail |
|---|
public long getConnectionCount()
public void cancel()
public java.lang.String getAlias()
public boolean quickRefuse()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||