| Modifier and Type | Interface and Description |
|---|---|
interface |
LowLatencyEventDispatcherMBean
JMX (Java Management
eXtenstions) support interface for
LowLatencyEventDispatcher. |
interface |
OrderedEventDispatcherMBean
JMX (Java Management
eXtenstions) support interface for
OrderedEventDispatcher. |
interface |
SimpleEventDispatcherMBean
JMX (Java Management
eXtenstions) support interface for
SimpleEventDispatcher. |
interface |
ThreadPooledEventDispatcherMBean
JMX (Java Management
eXtenstions) support interface for thread-pooled event dispatchers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LowLatencyEventDispatcher
An
EventDispatcherthat provides low latency. |
class |
OrderedEventDispatcher
A thread-pooled
EventDispatcherthat the events for the same session
occurs in the same order it was generated actually. |
class |
SimpleEventDispatcher
A thread-pooled
EventDispatcherthat the events for the same session
does NOT occur in the same order it was generated actually. |
Copyright © 2004-2012 Trustin Lee. All Rights Reserved.