Class JDPJaggCxnMgr

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----JDPJaggCxnMgr

public class JDPJaggCxnMgr
extends Thread

Constructor Index

 o JDPJaggCxnMgr(JDPSubsystemMgr, JaggServer)

Method Index

 o closeConnection(long)
Kill the specified request.
 o deRegisterRequest(JaggServerCxn)
Deregister a request to JaggServer.
 o getConnections()
Get a delimited list of all the connections.
 o getJaggServerCxn(long)
Get the handle to the specified request.
 o getJdbcConnectioCxn(long)
Get the handle to the specified db connection.
 o getJdbcConnections()
Get a delimited list of all the open JDBC connections.
 o killRequest(long)
Kill the specified request.
 o registerRequest(JaggServerCxn)
Register a request to JaggServer.
 o run()
 o setRequestHeld(long, boolean)
Set the held status of the specified request.
 o setRequestPriority(long, int)
Set the priority of the specified request.

Constructors

 o JDPJaggCxnMgr
 public JDPJaggCxnMgr(JDPSubsystemMgr subsystemManager,
                      JaggServer server)

Methods

 o run
 public void run()
Overrides:
run in class Thread
 o setRequestPriority
 public String setRequestPriority(long requestNum,
                                  int priority)
Set the priority of the specified request.

 o setRequestHeld
 public String setRequestHeld(long requestNum,
                              boolean held)
Set the held status of the specified request.

 o killRequest
 public String killRequest(long requestNum)
Kill the specified request.

 o closeConnection
 public String closeConnection(long connectionNum)
Kill the specified request.

 o getJaggServerCxn
 public synchronized JaggServerCxn getJaggServerCxn(long requestNum)
Get the handle to the specified request.

 o getJdbcConnectioCxn
 public synchronized Vector getJdbcConnectioCxn(long connectionNum)
Get the handle to the specified db connection.

 o registerRequest
 public synchronized void registerRequest(JaggServerCxn request)
Register a request to JaggServer.

 o deRegisterRequest
 public synchronized void deRegisterRequest(JaggServerCxn request)
Deregister a request to JaggServer.

 o getJdbcConnections
 public String getJdbcConnections()
Get a delimited list of all the open JDBC connections.

 o getConnections
 public String getConnections()
Get a delimited list of all the connections.