| org.continuent.sequoia.common.jmx.mbeans.AbstractSchedulerControlMBean
All known Subclasses: org.continuent.sequoia.controller.scheduler.AbstractSchedulerControl,
dumpRequest | String dumpRequest(long requestId)(Code) | | Returns a string containing information about the given request (if found
in the current scheduler)
Parameters: requestId - identifier of the request to dump a String representation of the request information |
listActiveTransactionIds | long[] listActiveTransactionIds()(Code) | | Returns the list of active transactions. Active transactions those that had
a "begin" but no "commit" yet. Note that for persistent connections, a
"begin" is sent after each "commit" ; thus, these ids can reference
transactions that havn't any statement
an array of the transaction ids |
listOpenPersistentConnections | Hashtable listOpenPersistentConnections()(Code) | | Returns a hashtable of all the open persistent connections (and their
associated login).
persistent connection hashtable |
listPendingReadRequestIds | long[] listPendingReadRequestIds()(Code) | | Returns the list of read requests that have been scheduled for execution.
The list does not include stored procedures (not even read-only ones)
an array of scheduled read request ids, or an empty array if thereare no pending read requests |
listPendingWriteRequestIds | long[] listPendingWriteRequestIds()(Code) | | Returns the list of write requests that have been scheduled for execution.
The list also include stored procedures (even read-only ones)
an array of scheduled write request ids, or an empty array if thereare no pending write requests |
|
|