|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.command.client.OutgoingCommandTrace
public class OutgoingCommandTrace
Object that will log outgoing commands, used mainly for debugging a client.
| Constructor Summary | |
|---|---|
OutgoingCommandTrace()
|
|
| Method Summary | |
|---|---|
static void |
finish(Command command,
java.lang.Object response)
Call this when the command is finished - that is, just after its response is returned. |
static void |
start(Command command)
Call this when starting the command - that is, just prior to it going out over the wire. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutgoingCommandTrace()
| Method Detail |
|---|
public static void start(Command command)
command - the command that is going to be sent
public static void finish(Command command,
java.lang.Object response)
command - the command that has just finishedresponse - the response object that came back
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||