|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ogdf.bin.OgdfServerPool
public final class OgdfServerPool
A pool for OGDF server process instances.
Field Summary | |
---|---|
static OgdfServerPool |
INSTANCE
the singleton instance of the server pool. |
Method Summary | |
---|---|
void |
dispose()
Dispose all created server instances. |
OgdfServer |
fetch()
Fetch an OGDF server process from the pool, creating one if necessary. |
void |
release(OgdfServer server)
Release a previously created server process into the pool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OgdfServerPool INSTANCE
Method Detail |
---|
public OgdfServer fetch()
public void release(OgdfServer server)
server
- an OGDf server processpublic void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |