public class MonitorConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MonitorConfig.Key |
| Constructor and Description |
|---|
MonitorConfig() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<MonitorConfig.Key,Object>> |
entrySet() |
Object |
get(MonitorConfig.Key key) |
MonitorConfig |
put(MonitorConfig.Key key,
Object value) |
public MonitorConfig put(MonitorConfig.Key key, Object value)
public Object get(MonitorConfig.Key key)
public Set<Map.Entry<MonitorConfig.Key,Object>> entrySet()
Copyright © 2016 JBoss by Red Hat. All rights reserved.