public interface MonitoringTimerTaskMBean
Modifier and Type | Method and Description |
---|---|
void |
addMonitoredAttributes(String MBeanName,
String attributes)
Add the specified attributes to the list of monitored attributes.
|
void |
cancelTask()
Cancels this timer task.
|
void |
delMonitoredAttributes(String MBeanName)
Removes all the attributes of the specified MBean in the list of
monitored attributes.
|
String[] |
getMonitoredAttributes()
Returns the comma separated list of all monitored attributes.
|
long |
getPeriod()
Returns the period value of this queue, -1 if not set.
|
long getPeriod()
String[] getMonitoredAttributes()
void addMonitoredAttributes(String MBeanName, String attributes)
MBeanName
- the name of the MBean.attributes
- the comma separated list of attributes to monitor.void delMonitoredAttributes(String MBeanName)
MBeanName
- the name of the MBean.void cancelTask()
Copyright © 2015 ScalAgent D.T.. All Rights Reserved.