当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.4 API Specifications
TimerNotification (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications
javax.management.timer
Class TimerNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
javax.management.timer.TimerNotification
- All Implemented Interfaces:
- 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.13 08/27/02
- Author:
- Sun Microsystems, Inc
- See Also:
- Serialized Form
TimerNotification
public TimerNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String msg,
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
getNotificationID
public Integer getNotificationID()
- Gets the identifier of this timer notification.
- Returns:
- The identifier.
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.