psdi.webclient.system.serviceability

Class HandledByEntry



  • public final class HandledByEntry
    extends Entry
    • Constructor Summary

      Constructors 
      Constructor and Description
      HandledByEntry(java.lang.Object handler) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Class getHandlerClass() 
      protected long getMillis() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timestamp

        public final long timestamp
      • handledBy

        public final java.lang.Object handledBy
      • instanceId

        public final java.lang.String instanceId
    • Constructor Detail

      • HandledByEntry

        public HandledByEntry(java.lang.Object handler)
    • Method Detail

      • getMillis

        protected long getMillis()
        Specified by:
        getMillis in class Entry
      • getHandlerClass

        public java.lang.Class getHandlerClass()