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 |
|---|---|
@NotNull 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 @NotNull String getLevel()
void setLevel(String level) throws PropertyVetoException
level - new monitoring levelPropertyVetoExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.