org.dbe.eve.net
Interface ConnectionPool

All Superinterfaces:
java.util.Map, java.io.Serializable
All Known Implementing Classes:
ConnectionPoolImpl

public interface ConnectionPool
extends java.util.Map, java.io.Serializable

The ConnectionPool of a Habitat. Holds information about all known Habitats, should be persisted regularly and loaded on start-up.

Author:
cmasuch

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
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.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getNode

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.

Parameters:
id - ServiceId
Returns:
Connection