javax > javax.management > javax.management.timer > javax.management.timer.timermbean >

Interface: javax.management.timer.TimerMBean
    javax.management.timer.TimerMBean


public interface TimerMBean


FIELDS:

CONSTRUCTORS:

METHODS:
Integer addNotification(String type, String message, Object userData, Date date)
Throws: IllegalArgumentException

Integer addNotification(String type, String message, Object userData, Date date, long period)
Throws: IllegalArgumentException

Integer addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences)
Throws: IllegalArgumentException

Integer addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate)
Throws: IllegalArgumentException

Vector getAllNotificationIDs()

Date getDate(Integer id)

Boolean getFixedRate(Integer id)

int getNbNotifications()

Long getNbOccurences(Integer id)

Vector getNotificationIDs(String type)

String getNotificationMessage(Integer id)

String getNotificationType(Integer id)

Object getNotificationUserData(Integer id)

Long getPeriod(Integer id)

boolean getSendPastNotifications()

boolean isActive()

boolean isEmpty()

void removeAllNotifications()

void removeNotification(Integer id)
Throws: InstanceNotFoundException

void removeNotifications(String type)
Throws: InstanceNotFoundException

void setSendPastNotifications(boolean value)

void start()

void stop()


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net