Class JDPJaggCxnMgr
java.lang.Object
|
+----java.lang.Thread
|
+----JDPJaggCxnMgr
- public class JDPJaggCxnMgr
- extends Thread
-
JDPJaggCxnMgr(JDPSubsystemMgr, JaggServer)
-
-
closeConnection(long)
- Kill the specified request.
-
deRegisterRequest(JaggServerCxn)
- Deregister a request to JaggServer.
-
getConnections()
- Get a delimited list of all the connections.
-
getJaggServerCxn(long)
- Get the handle to the specified request.
-
getJdbcConnectioCxn(long)
- Get the handle to the specified db connection.
-
getJdbcConnections()
- Get a delimited list of all the open JDBC connections.
-
killRequest(long)
- Kill the specified request.
-
registerRequest(JaggServerCxn)
- Register a request to JaggServer.
-
run()
-
-
setRequestHeld(long, boolean)
- Set the held status of the specified request.
-
setRequestPriority(long, int)
- Set the priority of the specified request.
JDPJaggCxnMgr
public JDPJaggCxnMgr(JDPSubsystemMgr subsystemManager,
JaggServer server)
run
public void run()
- Overrides:
- run in class Thread
setRequestPriority
public String setRequestPriority(long requestNum,
int priority)
- Set the priority of the specified request.
setRequestHeld
public String setRequestHeld(long requestNum,
boolean held)
- Set the held status of the specified request.
killRequest
public String killRequest(long requestNum)
- Kill the specified request.
closeConnection
public String closeConnection(long connectionNum)
- Kill the specified request.
getJaggServerCxn
public synchronized JaggServerCxn getJaggServerCxn(long requestNum)
- Get the handle to the specified request.
getJdbcConnectioCxn
public synchronized Vector getJdbcConnectioCxn(long connectionNum)
- Get the handle to the specified db connection.
registerRequest
public synchronized void registerRequest(JaggServerCxn request)
- Register a request to JaggServer.
deRegisterRequest
public synchronized void deRegisterRequest(JaggServerCxn request)
- Deregister a request to JaggServer.
getJdbcConnections
public String getJdbcConnections()
- Get a delimited list of all the open JDBC connections.
getConnections
public String getConnections()
- Get a delimited list of all the connections.