|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nonesole.persistence.connectionpool.ConnectionPoolServer
public class ConnectionPoolServer
Connection Pool Server.
Service: 1.start a non-stop thread with connection pool 2.close the non-stop thread 3.initialize a connection pool without thread
Constructor Summary | |
---|---|
ConnectionPoolServer()
|
Method Summary | |
---|---|
static void |
initPool()
Initialize connection pool without thread |
static void |
start()
start a non-stop thread with connection pool |
static void |
stop()
close the non-stop thread |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionPoolServer()
Method Detail |
---|
public static final void initPool() throws OperationsException
OperationsException
public static final void start() throws OperationsException
OperationsException
public static final void stop()
OperationsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |