Class ClientThread.ServerEvent

  • Enclosing class:
    ClientThread

    public static class ClientThread.ServerEvent
    extends java.lang.Object
    • 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

      • ServerEvent

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