Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Uses of Package
javax.management.event

Packages that use javax.management.event
Package Description
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.event Defines the Event Service, which provides extended support for JMX notifications. 
javax.management.namespace The javax.management.namespace package makes it possible to federate MBeanServers into a hierarchical name space. 
javax.management.remote Interfaces for remote access to JMX MBean servers. 
 

Classes in javax.management.event used by javax.management
Class and Description
NotificationManager
          This interface specifies methods to add and remove notification listeners on named MBeans.
 

Classes in javax.management.event used by javax.management.event
Class and Description
EventClientDelegate
          This is the default implementation of the MBean EventClientDelegateMBean.
EventClientDelegateMBean
          This interface specifies necessary methods on the MBean server side for a JMX remote client to manage its notification listeners as if they are local.
EventClientNotFoundException
          Thrown if an event client identifier is unknown.
EventConsumer
          This interface specifies methods to subscribe a listener to receive events from an MBean or a set of MBeans.
EventForwarder
          This interface can be used to specify a custom forwarding mechanism for EventClientDelegateMBean to forward events to the client.
EventReceiver
          An object implementing this interface is passed by an EventClient to its EventRelay, to allow the EventRelay to communicate received notifications to the EventClient.
EventRelay
          This interface is used to specify a way to receive notifications from a remote MBean server and then to forward the notifications to an EventClient.
EventSubscriber
          An object that can be used to subscribe for notifications from all MBeans in an MBeanServer that match a pattern.
ListenerInfo
          This class specifies all the information required to register a user listener into a remote MBean server.
NotificationManager
          This interface specifies methods to add and remove notification listeners on named MBeans.
RMIPushServer
          The RMIPushEventRelay exports an RMI object of this class and sends a client stub for that object to the associated RMIPushEventForwarder in a remote MBean server.
 

Classes in javax.management.event used by javax.management.namespace
Class and Description
EventConsumer
          This interface specifies methods to subscribe a listener to receive events from an MBean or a set of MBeans.
NotificationManager
          This interface specifies methods to add and remove notification listeners on named MBeans.
 

Classes in javax.management.event used by javax.management.remote
Class and Description
NotificationManager
          This interface specifies methods to add and remove notification listeners on named MBeans.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.