java.lang.Object
javax.management.remote.NotificationResult
- All Implemented Interfaces:
- Serializable
- See Also:
- Source Code
public long getEarliestSequenceNumber()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long getNextSequenceNumber()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TargetedNotification[] getTargetedNotifications()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public NotificationResult(long earliestSequenceNumber,
long nextSequenceNumber,
TargetedNotification[] targetedNotifications)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples