public ComponentMonitor add(Service service) { for (Component comp : service.getComponents()) { components.put(comp.getName(), comp); } return this; }
public VirtualMachine add(Component component) { tenants.put(component.getName(), component); return this; }
public ComponentMonitor add(Component component) { components.put(component.getName(), component); return this; }