public interface MonitoringServiceConfiguration extends org.jvnet.hk2.config.ConfigBeanProxy, ConfigExtension, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
MonitoringServiceConfiguration.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.
|
<T extends Notifier> |
getNotifierByType(Class type)
Gets a specific notifier
|
List<Notifier> |
getNotifierList()
Returns a list of the notifiers configured with the monitoring service
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties listed in the domain.xml.
|
void |
setAmx(String value) |
void |
setEnabled(String value) |
void |
setLogFrequency(String value) |
void |
setLogFrequencyUnit(String value) |
String 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<org.jvnet.hk2.config.types.Property> getProperty()
getProperty in interface org.jvnet.hk2.config.types.PropertyBagList<Notifier> getNotifierList()
Copyright © 2017. All rights reserved.