public interface ContainerMonitoring extends org.jvnet.hk2.config.ConfigBeanProxy, Named
| Modifier and Type | Field and Description |
|---|---|
static String |
LEVEL_HIGH |
static String |
LEVEL_LOW |
static String |
LEVEL_OFF |
| Modifier and Type | Method and Description |
|---|---|
String |
getLevel()
The monitoring level of this monitoring item
|
void |
setLevel(String level)
Set the level of this monitoring module
|
static final String LEVEL_OFF
static final String LEVEL_LOW
static final String LEVEL_HIGH
@NotNull String getLevel()
void setLevel(String level) throws PropertyVetoException
level - new monitoring levelPropertyVetoExceptionCopyright © 2017. All rights reserved.