接口 | 描述 |
---|---|
TimerMBean |
暴露计时器MBean的管理界面。
|
类 | 描述 |
---|---|
Timer |
提供定时器MBean的实现。
|
TimerNotification |
此类提供了定时器MBeans发送的通知的定义。
|
提供定时器MBean的定义。 计时器MBean维护计划通知的列表,因为它是一个NotificationBroadcaster
,这些通知的监听器列表。 无论何时到达其中一个计划通知的时间,每个收听者都会收到通知。 可以以固定的间隔重复通知,重复次数可以限制。
Timer MBean的侦听器本身可以是MBean,使用方法MBeanServer.addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object)
。 以这种方式,管理应用程序可以创建一个表示任务的MBean,然后使用Timer MBean调度该任务。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.