Class ConnectionMonitor


  • public class ConnectionMonitor
    extends java.lang.Object
    Created by Josh Gontijo on 6/9/17.
    • Method Summary

      Modifier and Type Method Description
      void add​(java.lang.String uuid, java.lang.Runnable close)  
      void remove​(java.lang.String uuid)  
      • Methods inherited from class java.lang.Object

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

      • ConnectionMonitor

        public ConnectionMonitor()
    • Method Detail

      • add

        public void add​(java.lang.String uuid,
                        java.lang.Runnable close)
      • remove

        public void remove​(java.lang.String uuid)