|
||||||||||
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.ServicePoolImpl
public class ServicePoolImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
ServicePoolImpl()
|
|
ServicePoolImpl(org.dbe.servent.ServiceContext context)
|
Method Summary | |
---|---|
EvEService |
getEvEService(java.lang.Object i)
Same method as Map.get (Object), but specifically to ServicePool, so people that don't know what this Interface returns can use it. |
void |
persist(java.io.File file)
|
static ServicePool |
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 ServicePoolImpl()
public ServicePoolImpl(org.dbe.servent.ServiceContext context)
context
- Method Detail |
---|
public EvEService getEvEService(java.lang.Object i)
ServicePool
getEvEService
in interface ServicePool
i
- SM_ID of the Service
ServicePool.getEvEService(java.lang.Object)
public void persist(java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public static final ServicePool 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 |