|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.command.server.IncomingCommandTrace
public class IncomingCommandTrace
Object that will log incoming commands, used mainly for debugging a remoting endpoint.
| Constructor Summary | |
|---|---|
IncomingCommandTrace()
|
|
| Method Summary | |
|---|---|
static void |
finish(Command command,
java.lang.Object response)
Call this when the command is finished - that is, after the command has been processed and its response is about to be returned. |
static void |
start(Command command)
Call this when the command is just received since being delivered over the wire. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IncomingCommandTrace()
| Method Detail |
|---|
public static void start(Command command)
command - the command that was just sent.
public static void finish(Command command,
java.lang.Object response)
command - the command that has just finishedresponse - the response object that is going to be sent back to the client
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||