Package javax.management.timer

This package provides interface and classes that defines the timer MBean and the notifications sent by it.

See:
          Description

Interface Summary
TimerMBean This interface exposes the management interface of the timer MBean.
 

Class Summary
Scheduler A scheduler for running tasks in a Java VM.
Timer This class provides the implementation of the timer MBean.
TimerAlarmClock This TimerAlarmClock class is just to satisfy the TCK test suites.
TimerAlarmClockNotification Deprecated. This class is of no use to user code.
TimerNotification This class provides definitions of the notifications sent by timer MBeans.
WorkerThread A WorkerThread for running tasks in a Java VM
 

Package javax.management.timer Description

This package provides interface and classes that defines the timer MBean and the notifications sent by it.