|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface for a simple service used to configure the periodic emition of notifications by a standard JMX Timer.
Timer
Field Summary |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
String |
getNotificationMessage()
|
String |
getNotificationType()
|
long |
getRepeatitions()
|
javax.management.ObjectName |
getTimerMBean()
|
String |
getTimerPeriod()
|
void |
setNotificationMessage(String message)
The message carried by the emitted notifications |
void |
setNotificationType(String type)
The type of the emitted notifications |
void |
setRepeatitions(long repeatitions)
Number of occurences |
void |
setTimerMBean(javax.management.ObjectName timerMBean)
The utilized TimerMBean |
void |
setTimerPeriod(String timerPeriod)
Timer period in milliseconds; accepts suffix modifiers e.g. |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Method Detail |
public void setNotificationType(String type)
public String getNotificationType()
public void setNotificationMessage(String message)
public String getNotificationMessage()
public void setTimerPeriod(String timerPeriod)
public String getTimerPeriod()
public void setRepeatitions(long repeatitions)
public long getRepeatitions()
public void setTimerMBean(javax.management.ObjectName timerMBean)
public javax.management.ObjectName getTimerMBean()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |