Class JMXBroadcastExecutor


  • public final class JMXBroadcastExecutor
    extends java.lang.Object
    Holds dedicated executor for JMX event handling. Events will internally queued by ArrayNotificationBuffer, synchronized by an exclusive write lock, which makes a shared single thread executor desirable.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.concurrent.ExecutorService executor  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • executor

        public static final java.util.concurrent.ExecutorService executor