|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.reasoner.dig.DIGConnectionPool
public class DIGConnectionPool
Maintains a pool of active DIG connections and whether they are allocated or not. Implements Singleton pattern.
Method Summary | |
---|---|
DIGConnection |
allocate()
|
DIGConnection |
allocate(String connectionURL)
|
static DIGConnectionPool |
getInstance()
Answer the singleton instance of the adapter pool. |
void |
release(DIGConnection dc)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DIGConnectionPool getInstance()
Answer the singleton instance of the adapter pool.
public DIGConnection allocate()
public DIGConnection allocate(String connectionURL)
public void release(DIGConnection dc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |