mx4j.timer
Class TimerTask
- Comparable, Runnable
public abstract class TimerTask
A subclass of TimeTask for the JMX Timer service.
TimerTask(javax.management.timer.TimerNotification n, Date date, long period, long occurrences, boolean fixedRate)
|
TimerTask
public TimerTask(javax.management.timer.TimerNotification n,
Date date,
long period,
long occurrences,
boolean fixedRate)
equals
public boolean equals(Object obj)
getDate
public long getDate()
getNotification
public javax.management.timer.TimerNotification getNotification()
getOccurrences
public long getOccurrences()
hashCode
public int hashCode()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.