API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote. TargetedNotification View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      TargetedNotification
Implements
 Serializable
Subclasses
Description
public class TargetedNotification
  A (Notification, Listener ID) pair.
See also:   
Constructors
public TargetedNotification (Notification notification, Integer listenerID)
  Constructs a TargetedNotification object.
Methods
Hide/Show inherited methods
public Integer getListenerID ()
  The ID of the listener to which the notification is targeted.
public Notification getNotification ()
  The emitted notification.
public String toString ()
  Returns a textual representation of this Targeted Notification.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar