KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.remote
Class TargetedNotification

java.lang.Object
  extended by javax.management.remote.TargetedNotification
All Implemented Interfaces:
Serializable
See Also:
Source Code

public Integer getListenerID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Notification getNotification()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TargetedNotification(Notification notification,
                            Integer listenerID)
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