public class IncomingCommandTrace extends Object
| Constructor and Description |
|---|
IncomingCommandTrace() |
| Modifier and Type | Method and Description |
|---|---|
static void |
finish(Command command,
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.
|
public static void start(Command command)
command - the command that was just sent.public static void finish(Command command, Object response)
command - the command that has just finishedresponse - the response object that is going to be sent back to the clientCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.