javax.management.timer
Class TimerNotification

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.management.Notification
          extended byjavax.management.timer.TimerNotification
All Implemented Interfaces:
java.io.Serializable

public class TimerNotification
extends Notification

This class provides definitions of the notifications sent by timer MBeans.
It defines a timer notification identifier which allows to retrieve a timer notification from the list of notifications of a timer MBean.

The timer notifications are created and handled by the timer MBean.

Version:
1.20 07/15/03
Author:
Sun Microsystems, Inc
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
TimerNotification(java.lang.String type, java.lang.Object source, long sequenceNumber, long timeStamp, java.lang.String msg, java.lang.Integer id)
          Creates a timer notification object.
 
Method Summary
 java.lang.Integer getNotificationID()
          Gets the identifier of this timer notification.
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimerNotification

public TimerNotification(java.lang.String type,
                         java.lang.Object source,
                         long sequenceNumber,
                         long timeStamp,
                         java.lang.String msg,
                         java.lang.Integer id)
Creates a timer notification object.

Parameters:
type - The notification type.
source - The notification producer.
sequenceNumber - The notification sequence number within the source object.
timeStamp - The notification emission date.
msg - The notification message.
id - The notification identifier.
Since:
JMX 1.2
Method Detail

getNotificationID

public java.lang.Integer getNotificationID()
Gets the identifier of this timer notification.

Returns:
The identifier.

Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.