net.sf.colossus.client
Class ClientThread.ServerEvent

java.lang.Object
  extended by net.sf.colossus.client.ClientThread.ServerEvent
Enclosing class:
ClientThread

public static class ClientThread.ServerEvent
extends java.lang.Object


Field Summary
private  java.util.List<java.lang.String> args
           
private  long enqueued
           
private  long executionCompleted
           
private  long executionStarted
           
private  java.lang.String method
           
private  long received
           
 
Constructor Summary
ClientThread.ServerEvent(long received, java.lang.String method, java.util.List<java.lang.String> args)
           
 
Method Summary
 void executionCompleted(long when)
           
 void executionStarts(long when)
           
 java.util.List<java.lang.String> getArgs()
           
 long getExecutionCompleted()
           
 long getExecutionStarted()
           
 java.lang.String getMethod()
           
 void logProcessing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ClientThread.ServerEvent

public ClientThread.ServerEvent(long received,
                                java.lang.String method,
                                java.util.List<java.lang.String> args)
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()