public interface RestMonitoringConfiguration extends org.jvnet.hk2.config.ConfigBeanProxy, ConfigExtension
| 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) |
String 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 © 2017. All rights reserved.