|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.aselect.agent.handler.RequestHandler
org.aselect.agent.handler.TraceRequestHandler
public class TraceRequestHandler
Verbosely traces requests and responses.
Description:
This class implements a verbose trace of the requests (and responses) that
are handled by the super RequestHandler class that implements the API of the
A-Select Agent.
Concurrency issues:
None.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class org.aselect.agent.handler.RequestHandler |
|---|
_sErrorCode, _systemLogger, MODULE |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
TraceRequestHandler(java.net.Socket oSocket,
IClientCommunicator oCommunicator,
boolean bAuthorization)
Create new instance. |
|
| Method Summary | |
|---|---|
protected java.util.Hashtable |
sendRequestToASelectServer(java.lang.String sUrl,
java.util.Hashtable htParamsTable)
Send a request to the A-Select Server. |
| Methods inherited from class org.aselect.agent.handler.RequestHandler |
|---|
deserializeAttributes, getClientCommunicator, processRequest, run |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TraceRequestHandler(java.net.Socket oSocket,
IClientCommunicator oCommunicator,
boolean bAuthorization)
TraceRequestHandler.
TraceRequestHandler.
oSocket - The communication socket (incoming).oCommunicator - The communicator (outgoing).bAuthorization - true if authorization is enabled,
otherwise false.RequestHandler.RequestHandler(Socket, IClientCommunicator, boolean)| Method Detail |
|---|
protected java.util.Hashtable sendRequestToASelectServer(java.lang.String sUrl,
java.util.Hashtable htParamsTable)
sendRequestToASelectServer in class RequestHandlersUrl - The A-Select Server URL.htParamsTable - The parameters to send to A-Select.
Hashtable.RequestHandler.sendRequestToASelectServer(java.lang.String, java.util.Hashtable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||