| org.jboss.monitor.services.TimerServiceMBean
All known Subclasses: org.jboss.monitor.services.TimerService,
TimerServiceMBean | public interface TimerServiceMBean extends ServiceMBean(Code) | | MBean interface for a simple service used to configure the
periodic emition of notifications by a standard JMX Timer.
See Also: javax.management.timer.Timer author: Dimitris Andreadis version: $Revision: 57210 $ |
getFixedRate | boolean getFixedRate()(Code) | | |
getNotificationMessage | String getNotificationMessage()(Code) | | |
getRepeatitions | long getRepeatitions()(Code) | | |
setFixedRate | void setFixedRate(boolean fixedRate)(Code) | | The execution mode, true==fixed-rate, false==fixed-delay (default)
|
setNotificationMessage | void setNotificationMessage(String message)(Code) | | The message carried by the emitted notifications
|
setNotificationType | void setNotificationType(String type)(Code) | | The type of the emitted notifications
|
setRepeatitions | void setRepeatitions(long repeatitions)(Code) | | Number of occurences
|
setTimerMBean | void setTimerMBean(ObjectName timerMBean)(Code) | | The utilized TimerMBean
|
setTimerPeriod | void setTimerPeriod(String timerPeriod)(Code) | | Timer period in milliseconds; accepts suffix modifiers
e.g. "1000", "500msec", "10sec", "5min", "1h"
|
|
|