public interface Pool
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flush idle connections from the pool
|
void |
flush(boolean kill)
Flush the pool
|
java.lang.String |
getName()
Gets pool name.
|
PoolStatistics |
getStatistics()
Get the statistics
|
boolean |
testConnection()
Test if a connection can be obtained
|
java.lang.String getName()
void flush()
void flush(boolean kill)
kill
- Kill all connectionsboolean testConnection()
PoolStatistics getStatistics()
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)