public interface MonitoringServiceConfiguration extends ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getAmx()
Boolean value determining if bootAMX is invoked by the service.
|
String |
getEnabled()
Boolean value determining if the service is enabled or disabled.
|
String |
getLogFrequency()
Frequency of log messages.
|
String |
getLogFrequencyUnit()
TimeUnit for frequency of log messages.
|
List<MonitoredAttribute> |
getMonitoredAttributes() |
List<String> |
getNotifierList()
Returns a list of the notifiers configured with the monitoring service
|
void |
setAmx(String value) |
void |
setEnabled(String value) |
void |
setLogFrequency(String value) |
void |
setLogFrequencyUnit(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getAmx()
void setAmx(String value) throws PropertyVetoException
PropertyVetoExceptionString getLogFrequency()
void setLogFrequency(String value) throws PropertyVetoException
PropertyVetoExceptionString getLogFrequencyUnit()
void setLogFrequencyUnit(String value) throws PropertyVetoException
PropertyVetoExceptionList<MonitoredAttribute> getMonitoredAttributes()
Copyright © 2021. All rights reserved.