public class DBConnectionMap
extends java.lang.Object
Constructor and Description |
---|
DBConnectionMap(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
DBPoolConnection |
fetchAndCount() |
DBPoolConnection |
get() |
DBPoolConnection[] |
getCurrentConnections() |
int |
getFetchCount() |
java.lang.String |
getName() |
boolean |
hasConnection() |
boolean |
isEmpty() |
void |
put(DBPoolConnection dbConn) |
DBPoolConnection |
remove() |
int |
size() |
public java.lang.String getName()
public void put(DBPoolConnection dbConn)
public void clear()
public boolean isEmpty()
public int size()
public DBPoolConnection[] getCurrentConnections()
public DBPoolConnection fetchAndCount()
public boolean hasConnection()
public DBPoolConnection get()
public DBPoolConnection remove()
public int getFetchCount()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.