Package 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
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.String>argsprivate longenqueuedprivate longexecutionCompletedprivate longexecutionStartedprivate java.lang.Stringmethodprivate longreceived
-
Constructor Summary
Constructors Constructor Description ServerEvent(long received, java.lang.String method, java.util.List<java.lang.String> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionCompleted(long when)voidexecutionStarts(long when)java.util.List<java.lang.String>getArgs()longgetExecutionCompleted()longgetExecutionStarted()java.lang.StringgetMethod()voidlogProcessing()
-
-
-
Method Detail
-
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()
-
-