No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Package javax. management. timer

Provides the definition of the Timer MBean.

See: Description

  • Interface Summary 
    Interface Description
    TimerMBean
    Exposes the management interface of the timer MBean.

      

  • Class Summary 
    Class Description
    Timer
    Provides the implementation of the timer MBean.
    TimerNotification
    This class provides definitions of the notifications sent by timer MBeans.

      

Package javax.management.timer Description

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.

Since:
1.5
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph