|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitoringTimerTaskMBean
Method Summary | |
---|---|
void |
addMonitoredAttributes(java.lang.String MBeanName,
java.lang.String attributes)
Add the specified attributes to the list of monitored attributes. |
void |
cancelTask()
Cancels this timer task. |
void |
delMonitoredAttributes(java.lang.String MBeanName)
Removes all the attributes of the specified MBean in the list of monitored attributes. |
java.lang.String[] |
getMonitoredAttributes()
Returns the comma separated list of all monitored attributes. |
long |
getPeriod()
Returns the period value of this queue, -1 if not set. |
Method Detail |
---|
long getPeriod()
java.lang.String[] getMonitoredAttributes()
void addMonitoredAttributes(java.lang.String MBeanName, java.lang.String attributes)
MBeanName
- the name of the MBean.attributes
- the comma separated list of attributes to monitor.void delMonitoredAttributes(java.lang.String MBeanName)
MBeanName
- the name of the MBean.void cancelTask()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |