public interface RestMonitoringConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
String |
getContextRoot() |
String |
getEnabled()
Checks if the Rest Monitoring service is enabled or not
|
String |
getSecurityEnabled() |
void |
setApplicationName(String name) |
void |
setContextRoot(String contextRoot) |
void |
setEnabled(String value) |
void |
setSecurityEnabled(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getContextRoot()
void setContextRoot(String contextRoot) throws PropertyVetoException
PropertyVetoExceptionString getApplicationName()
void setApplicationName(String name) throws PropertyVetoException
PropertyVetoExceptionString getSecurityEnabled()
void setSecurityEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2019. All rights reserved.