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.