KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > timer > Timer

javax.management.timer
Class Timer

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by javax.management.timer.Timer
All Implemented Interfaces:
MBeanRegistration, NotificationBroadcaster, NotificationEmitter, TimerMBean
See Also:
Top Examples, Source Code, addNotification(String, String, Object, Date, long, long, boolean), Timer

public Integer addNotification(String type,
                               String message,
                               Object userData,
                               Date date)
                        throws IllegalArgumentException
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Integer addNotification(String type,
                               String message,
                               Object userData,
                               Date date,
                               long period)
                        throws IllegalArgumentException
See Also:
TimerMBean, addNotification(String, String, Object, Date, long, long, boolean), Timer
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Integer addNotification(String type,
                               String message,
                               Object userData,
                               Date date,
                               long period,
                               long nbOccurences)
                        throws IllegalArgumentException
See Also:
addNotification(String, String, Object, Date, long, long, boolean), TimerMBean, Timer
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Integer addNotification(String type,
                               String message,
                               Object userData,
                               Date date,
                               long period,
                               long nbOccurences,
                               boolean fixedRate)
                        throws IllegalArgumentException
See Also:
addNotification(String, String, Object, Date, long, long), TimerMBean, Timer
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Vector getAllNotificationIDs()
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Date getDate(Integer id)
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Boolean getFixedRate(Integer id)
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getNbNotifications()
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Long getNbOccurences(Integer id)
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Vector getNotificationIDs(String type)
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanNotificationInfo[] getNotificationInfo()
See Also:
NotificationBroadcasterSupport, NotificationBroadcaster
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getNotificationMessage(Integer id)
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getNotificationType(Integer id)
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getNotificationUserData(Integer id)
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Long getPeriod(Integer id)
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getSendPastNotifications()
See Also:
setSendPastNotifications(boolean), TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isActive()
See Also:
TimerMBean, stop, start
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isEmpty()
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final long ONE_DAY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final long ONE_HOUR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final long ONE_MINUTE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final long ONE_SECOND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final long ONE_WEEK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void postDeregister()
See Also:
MBeanRegistration
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void postRegister(Boolean registrationDone)
See Also:
MBeanRegistration
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void preDeregister()
                   throws Exception
See Also:
MBeanRegistration
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectName preRegister(MBeanServer server,
                              ObjectName name)
                       throws Exception
See Also:
MBeanRegistration
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeAllNotifications()
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotification(Integer id)
                        throws InstanceNotFoundException
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotifications(String type)
                         throws InstanceNotFoundException
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSendPastNotifications(boolean value)
See Also:
getSendPastNotifications(), TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void start()
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void stop()
See Also:
TimerMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Timer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags