javax.management.remote
Class NotificationResult
java.lang.Object
javax.management.remote.NotificationResult
- All Implemented Interfaces:
- Serializable
public class NotificationResult
- extends Object
- implements Serializable
- Author:
- Tom Elrod
- See Also:
- Serialized Form
NotificationResult
public NotificationResult(long earliestSequenceNumber,
long nextSequenceNumber,
TargetedNotification[] targetedNotifications)
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.