net.sf.colossus.client
Class ClientThread.ServerEvent
java.lang.Object
net.sf.colossus.client.ClientThread.ServerEvent
- Enclosing class:
- ClientThread
public static class ClientThread.ServerEvent
- extends java.lang.Object
Constructor Summary |
ClientThread.ServerEvent(long received,
java.lang.String method,
java.util.List<java.lang.String> args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
received
private final long received
enqueued
private final long enqueued
executionStarted
private long executionStarted
executionCompleted
private long executionCompleted
method
private final java.lang.String method
args
private final java.util.List<java.lang.String> args
ClientThread.ServerEvent
public ClientThread.ServerEvent(long received,
java.lang.String method,
java.util.List<java.lang.String> args)
getMethod
public java.lang.String getMethod()
getArgs
public java.util.List<java.lang.String> getArgs()
executionStarts
public void executionStarts(long when)
getExecutionStarted
public long getExecutionStarted()
executionCompleted
public void executionCompleted(long when)
getExecutionCompleted
public long getExecutionCompleted()
logProcessing
public void logProcessing()