public class OutgoingCommandTrace extends Object
| Constructor and Description |
|---|
OutgoingCommandTrace() |
| Modifier and Type | Method and Description |
|---|---|
static void |
finish(Command command,
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.
|
public static void start(Command command)
command - the command that is going to be sentCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.