|
|||||||||
| Home >> All >> javax >> management >> [ timer overview ] | PREV NEXT | ||||||||
A
- active - Variable in class javax.management.timer.Timer
- Whether the service is active.
- addNotification(String, String, Object, Date) - Method in class javax.management.timer.Timer
- addNotification(String, String, Object, Date, long) - Method in class javax.management.timer.Timer
- addNotification(String, String, Object, Date, long, long) - Method in class javax.management.timer.Timer
- addNotification(String, String, Object, Date) - Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification for a specific date/time.
- addNotification(String, String, Object, Date, long) - Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification for a specific date/time, with an optional repeat period.
- addNotification(String, String, Object, Date, long, long) - Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification for a specific date/time, with an optional repeat period and a maximum number of occurences.
C
- calcNextDate() - Method in class javax.management.timer.Timer.RegisteredNotification
- Calculate the next notification date.
D
- doRun() - Method in class javax.management.timer.Timer.RegisteredNotification
- Send the notifications.
G
- getAllNotificationIDs() - Method in class javax.management.timer.Timer
- getAllNotificationIDs() - Method in interface javax.management.timer.TimerMBean
- Retrieves all timer notifications ids.
- getDate(Integer) - Method in class javax.management.timer.Timer
- getDate(Integer) - Method in interface javax.management.timer.TimerMBean
- Retrieves a copy of the notification date for a passed notification id.
- getNbNotifications() - Method in class javax.management.timer.Timer
- getNbNotifications() - Method in interface javax.management.timer.TimerMBean
- Retrieves the number of registered timer notifications.
- getNbOccurences(Integer) - Method in class javax.management.timer.Timer
- getNbOccurences(Integer) - Method in interface javax.management.timer.TimerMBean
- Retrieves a copy of the maximum notification occurences for a passed notification id.
- getNotificationID() - Method in class javax.management.timer.TimerNotification
- Retrieves the notification id of this timer notification.
- getNotificationIDs(String) - Method in class javax.management.timer.Timer
- getNotificationIDs(String) - Method in interface javax.management.timer.TimerMBean
- Retrieves all timer notifications ids of the passed notification type.
- getNotificationMessage(Integer) - Method in class javax.management.timer.Timer
- getNotificationMessage(Integer) - Method in interface javax.management.timer.TimerMBean
- Retrieves the notification message for a passed notification id.
- getNotificationType(Integer) - Method in class javax.management.timer.Timer
- getNotificationType(Integer) - Method in interface javax.management.timer.TimerMBean
- Retrieves the notification type for a passed notification id.
- getNotificationUserData(Integer) - Method in class javax.management.timer.Timer
- getNotificationUserData(Integer) - Method in interface javax.management.timer.TimerMBean
- Retrieves the notification user data for a passed notification id.
- getPeriod(Integer) - Method in class javax.management.timer.Timer
- getPeriod(Integer) - Method in interface javax.management.timer.TimerMBean
- Retrieves a copy of the notification period for a passed notification id.
- getSendPastNotifications() - Method in class javax.management.timer.Timer
- getSendPastNotifications() - Method in interface javax.management.timer.TimerMBean
- Retrieves the flag indicating whether past notifications are sent.
I
- id - Variable in class javax.management.timer.Timer.RegisteredNotification
- The notification id.
- isActive() - Method in class javax.management.timer.Timer
- isActive() - Method in interface javax.management.timer.TimerMBean
- Test whether the timer MBean is active.
- isEmpty() - Method in class javax.management.timer.Timer
- isEmpty() - Method in interface javax.management.timer.TimerMBean
- Test whether the timer MBean has any registered notifications.
J
- javax.management.timer - package javax.management.timer
M
- message - Variable in class javax.management.timer.Timer.RegisteredNotification
- The message.
N
- nextDate - Variable in class javax.management.timer.Timer.RegisteredNotification
- The next run date
- nextId - Variable in class javax.management.timer.Timer
- The next notification id.
- notificationID - Variable in class javax.management.timer.TimerNotification
- The notification id of this timer notification.
- notifications - Variable in class javax.management.timer.Timer
- The registered notifications.
O
- ONE_DAY - Static variable in class javax.management.timer.Timer
- The number of milliseconds in one day.
- ONE_HOUR - Static variable in class javax.management.timer.Timer
- The number of milliseconds in one hour.
- ONE_MINUTE - Static variable in class javax.management.timer.Timer
- The number of milliseconds in one minute.
- ONE_SECOND - Static variable in class javax.management.timer.Timer
- The number of milliseconds in one second.
- ONE_WEEK - Static variable in class javax.management.timer.Timer
- The number of milliseconds in one week.
- objectName - Variable in class javax.management.timer.Timer
- Our object name.
- occurences - Variable in class javax.management.timer.Timer.RegisteredNotification
- The maximum number of occurences.
P
- period - Variable in class javax.management.timer.Timer.RegisteredNotification
- The period.
- postDeregister() - Method in class javax.management.timer.Timer
- postRegister(Boolean) - Method in class javax.management.timer.Timer
- preDeregister() - Method in class javax.management.timer.Timer
- preRegister(MBeanServer, ObjectName) - Method in class javax.management.timer.Timer
R
- removeAllNotifications() - Method in class javax.management.timer.Timer
- removeAllNotifications() - Method in interface javax.management.timer.TimerMBean
- Removes all notifications from the timer MBean.
- removeNotification(Integer) - Method in class javax.management.timer.Timer
- removeNotification(Integer) - Method in interface javax.management.timer.TimerMBean
- Removes a notification from the timer MBean with the specified notification id.
- removeNotifications(String) - Method in class javax.management.timer.Timer
- removeNotifications(String) - Method in interface javax.management.timer.TimerMBean
- Removes all notifications from the timer MBean of the specified notification type.
S
- SEND_NO - Static variable in class javax.management.timer.Timer
- Don't send notifications at initial start up.
- SEND_NORMAL - Static variable in class javax.management.timer.Timer
- Normal operation sending
- SEND_START - Static variable in class javax.management.timer.Timer
- Send all past notifications at initial start up.
- scheduler - Variable in class javax.management.timer.Timer
- The scheduler
- sendNotifications(Timer.RegisteredNotification) - Method in class javax.management.timer.Timer
- Send any outstanding notifications.
- sendPastNotifications - Variable in class javax.management.timer.Timer
- The send past events attribute.
- sendType - Variable in class javax.management.timer.Timer.RegisteredNotification
- The send type, no send, past notifications or normal
- sequenceNumber - Variable in class javax.management.timer.Timer
- The next notification sequence number.
- serialVersionUID - Static variable in class javax.management.timer.TimerNotification
- setSendPastNotifications(boolean) - Method in class javax.management.timer.Timer
- setSendPastNotifications(boolean) - Method in interface javax.management.timer.TimerMBean
- Sets the flag indicating whether past notifications are sent.
- start() - Method in class javax.management.timer.Timer
- start() - Method in interface javax.management.timer.TimerMBean
- Starts the timer.
- startDate - Variable in class javax.management.timer.Timer.RegisteredNotification
- The start date.
- stop() - Method in class javax.management.timer.Timer
- stop() - Method in interface javax.management.timer.TimerMBean
- Stops the timer.
T
- Timer - class javax.management.timer.Timer.
- The timer service.
- Timer() - Constructor for class javax.management.timer.Timer
- Timer.RegisteredNotification - class javax.management.timer.Timer.RegisteredNotification.
- A registered notification.
- Timer.RegisteredNotification(Integer, String, String, Object, Date, long, long) - Constructor for class javax.management.timer.Timer.RegisteredNotification
- The default constructor.
- TimerMBean - interface javax.management.timer.TimerMBean.
- The timer service MBean interface.
- TimerNotification - class javax.management.timer.TimerNotification.
- A notification from the timer service.
- TimerNotification(String, Object, long, long, String, Integer, Object) - Constructor for class javax.management.timer.TimerNotification
- Construct a new timer notification.
- toString() - Method in class javax.management.timer.TimerNotification
- type - Variable in class javax.management.timer.Timer.RegisteredNotification
- The notification type.
U
- userData - Variable in class javax.management.timer.Timer.RegisteredNotification
- The user data.
A C D G I J M N O P R S T U
|
|||||||||
| Home >> All >> javax >> management >> [ timer overview ] | PREV NEXT | ||||||||