public class TimerNotification extends Notification
The timer notifications are created and handled by the timer MBean.
source
Constructor and Description |
---|
TimerNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String msg,
Integer id)
Creates a timer notification object.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getNotificationID()
Gets the identifier of this timer notification.
|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
getSource
public TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id)
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.public Integer getNotificationID()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.