All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xy.reflect.ui.resource.jdk-apidocs.javax.management.timer.package-summary.html Maven / Gradle / Ivy

There is a newer version: 5.2.10
Show newest version






javax.management.timer (Java Platform SE 6)














Java™ Platform
Standard Ed. 6

Package javax.management.timer

Provides the definition of the Timer MBean.

See:
          Description

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

Class Summary
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

Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy