Class ConnectionEntry


  • public class ConnectionEntry
    extends Object
    • Field Detail

      • lastCheck

        public volatile long lastCheck
      • ttl

        public volatile long ttl
      • connectionExecutor

        public final Executor connectionExecutor
    • Constructor Detail

      • ConnectionEntry

        public ConnectionEntry​(RemotingConnection connection,
                               Executor connectionExecutor,
                               long lastCheck,
                               long ttl)
    • Method Detail

      • getID

        public Object getID()