KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > timer > TimerNotification

javax.management.timer
Class TimerNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by javax.management.timer.TimerNotification
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

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


public TimerNotification(String type,
                         Object source,
                         long sequenceNumber,
                         long timeStamp,
                         String msg,
                         Integer id)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags