API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote. NotificationResult View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      NotificationResult
Implements
 Serializable
Subclasses
Description
public class NotificationResult
  Result of a query for buffered notifications.
See also:   
Constructors
public NotificationResult (long earliestSequenceNumber, long nextSequenceNumber, TargetedNotification targetedNotifications)
  Constructs a notification query result.
Methods
Hide/Show inherited methods
public long getEarliestSequenceNumber ()
  Returns the sequence number of the earliest notification still in the buffer.
public long getNextSequenceNumber ()
  Returns the sequence number of the next notification available for querying.
public TargetedNotification getTargetedNotifications ()
  Returns the notifications resulting from the query, and the listeners they correspond to.
public String toString ()
  Returns a string representation of the object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar