|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.dbe.eve.net.ConnectionPoolImpl
public class ConnectionPoolImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
ConnectionPoolImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getNode(java.lang.Object id)
Same method as Map.get (Object), but specifically to ConnectionPool, so people that don't know what this Interface returns can use it. |
void |
persist(java.io.File file)
|
static ConnectionPool |
unPersist(java.io.File file)
|
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public ConnectionPoolImpl()
| Method Detail |
|---|
public java.lang.Object getNode(java.lang.Object id)
ConnectionPool
getNode in interface ConnectionPoolid - ServiceId
public void persist(java.io.File file)
throws java.io.FileNotFoundException
java.io.FileNotFoundException
public static final ConnectionPool unPersist(java.io.File file)
throws java.io.FileNotFoundException
java.io.FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||