Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| TimerMBean | Exposes the management interface of the timer MBean. |
| Class Summary | |
|---|---|
| Timer | Provides the implementation of the timer MBean. |
| TimerAlarmClockNotification | Deprecated. This class is of no use to user code. |
| TimerNotification | This class provides definitions of the notifications sent by timer MBeans. |
Provides the definition of the Timer MBean. A Timer MBean
maintains a list of scheduled notifications and, because it is a
NotificationBroadcaster, a list of listeners for those
notifications. Whenever the time for one of the scheduled
notifications is reached, each listener receives the
notification. Notifications can be repeated at a fixed
interval, and the number of repetitions can be bounded.
A listener for a Timer MBean can itself be an MBean, using
the method MBeanServer.addNotificationListener(ObjectName,
ObjectName, NotificationFilter, Object). In this way, a
management application can create an MBean representing a task,
then schedule that task using a Timer MBean.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.