javax.management.remote
Class NotificationResult

java.lang.Object
  extended by javax.management.remote.NotificationResult
All Implemented Interfaces:
Serializable

public class NotificationResult
extends Object
implements Serializable

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
NotificationResult(long earliestSequenceNumber, long nextSequenceNumber, TargetedNotification[] targetedNotifications)
           
 
Method Summary
 long getEarliestSequenceNumber()
           
 long getNextSequenceNumber()
           
 TargetedNotification[] getTargetedNotifications()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationResult

public NotificationResult(long earliestSequenceNumber,
                          long nextSequenceNumber,
                          TargetedNotification[] targetedNotifications)
Method Detail

getEarliestSequenceNumber

public long getEarliestSequenceNumber()

getNextSequenceNumber

public long getNextSequenceNumber()

getTargetedNotifications

public TargetedNotification[] getTargetedNotifications()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.