| java.lang.Object javax.management.NotificationBroadcasterSupport javax.management.timer.Timer
Method Summary | |
public Integer | addNotification(String type, String message, Object userData, Date date) | public Integer | addNotification(String type, String message, Object userData, Date date, long period) | public Integer | addNotification(String type, String message, Object userData, Date date, long period, long occurrences) | public Integer | addNotification(String type, String message, Object userData, Date date, long period, long occurrences, boolean fixedRate) | public Vector | getAllNotificationIDs() | public Date | getDate(Integer id) | public Boolean | getFixedRate(Integer id) | public int | getNbNotifications() | public Long | getNbOccurences(Integer id) | public Vector | getNotificationIDs(String type) | public String | getNotificationMessage(Integer id) | public String | getNotificationType(Integer id) | public Object | getNotificationUserData(Integer id) | public Long | getPeriod(Integer id) | public boolean | getSendPastNotifications() | public boolean | isActive() | public boolean | isEmpty() | public void | postDeregister() | public void | postRegister(Boolean registrationDone) | public void | preDeregister() | public ObjectName | preRegister(MBeanServer server, ObjectName name) | public void | removeAllNotifications() | public void | removeNotification(Integer id) | public void | removeNotifications(String type) | public void | sendNotification(Notification n) | public void | setSendPastNotifications(boolean value) | public void | start() | public void | stop() |
ONE_DAY | final public static long ONE_DAY(Code) | | |
ONE_HOUR | final public static long ONE_HOUR(Code) | | |
ONE_MINUTE | final public static long ONE_MINUTE(Code) | | |
ONE_SECOND | final public static long ONE_SECOND(Code) | | |
ONE_WEEK | final public static long ONE_WEEK(Code) | | |
getAllNotificationIDs | public Vector getAllNotificationIDs()(Code) | | |
getNbNotifications | public int getNbNotifications()(Code) | | |
getSendPastNotifications | public boolean getSendPastNotifications()(Code) | | |
isActive | public boolean isActive()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
postDeregister | public void postDeregister()(Code) | | |
postRegister | public void postRegister(Boolean registrationDone)(Code) | | |
removeAllNotifications | public void removeAllNotifications()(Code) | | |
setSendPastNotifications | public void setSendPastNotifications(boolean value)(Code) | | |
start | public void start()(Code) | | |
|
|