Class ClientThread.ServerEvent

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

public static class ClientThread.ServerEvent extends Object
  • Field Details

    • received

      private final long received
    • enqueued

      private final long enqueued
    • executionStarted

      private long executionStarted
    • executionCompleted

      private long executionCompleted
    • method

      private final String method
    • args

      private final List<String> args
  • Constructor Details

    • ServerEvent

      public ServerEvent(long received, String method, List<String> args)
  • Method Details

    • getMethod

      public String getMethod()
    • getArgs

      public List<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()