Contains the supporting interface and class for sending events to components
that are configured to handle event sending. This mechanism is designed to
be a lightweight event system notification layer and not a robust messaging
layer. The expected usage is to have functional implementations and interceptors
send messages through JMX notifications that are handled by a
ManagementInterceptor.
|