KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > NotificationResult

javax.management.remote
Class NotificationResult

java.lang.Object
  extended by 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  

Popular Tags