@Service @Singleton public class MonitoringRuntimeDataRegistryImpl extends Object implements MonitoringRuntimeDataRegistry
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,TreeNode> |
children |
| Constructor and Description |
|---|
MonitoringRuntimeDataRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
TreeNode node) |
TreeNode |
get(String name) |
void |
remove(String name) |
public void add(String name, TreeNode node)
add in interface MonitoringRuntimeDataRegistrypublic void remove(String name)
public TreeNode get(String name)
get in interface MonitoringRuntimeDataRegistryname - of the top node in the registryCopyright © 2017. All rights reserved.