public class RuntimeInventoryAdapter extends Object implements RuntimeInventoryMBean
Modifier and Type | Field and Description |
---|---|
protected RuntimeInventoryFactory |
factory |
protected boolean |
isTreeBound |
protected RuntimeService |
runtimeService |
Constructor and Description |
---|
RuntimeInventoryAdapter(RuntimeInventoryFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected Collection<RegistrationInfo> |
availableComponents() |
void |
bindTree() |
Set<String> |
getAvailableComponents() |
int |
getAvailableComponentsCount() |
String |
getDescription() |
String |
getHome() |
String |
getName() |
int |
getPendingComponentsCount() |
Set<String> |
getPendingComponentsName() |
String |
getVersion() |
boolean |
isTreeBound() |
protected Collection<ComponentName> |
pendingComponentsName() |
void |
unbindTree() |
protected final RuntimeService runtimeService
protected final RuntimeInventoryFactory factory
protected boolean isTreeBound
public RuntimeInventoryAdapter(RuntimeInventoryFactory factory)
protected Collection<RegistrationInfo> availableComponents()
protected Collection<ComponentName> pendingComponentsName()
public Set<String> getAvailableComponents()
getAvailableComponents
in interface RuntimeInventoryMBean
public int getAvailableComponentsCount()
getAvailableComponentsCount
in interface RuntimeInventoryMBean
public int getPendingComponentsCount()
getPendingComponentsCount
in interface RuntimeInventoryMBean
public Set<String> getPendingComponentsName()
getPendingComponentsName
in interface RuntimeInventoryMBean
public String getDescription()
getDescription
in interface RuntimeInventoryMBean
public String getHome()
getHome
in interface RuntimeInventoryMBean
public String getName()
getName
in interface RuntimeInventoryMBean
public String getVersion()
getVersion
in interface RuntimeInventoryMBean
public boolean isTreeBound()
isTreeBound
in interface RuntimeInventoryMBean
public void bindTree()
bindTree
in interface RuntimeInventoryMBean
public void unbindTree()
unbindTree
in interface RuntimeInventoryMBean
Copyright © 2016 Nuxeo SA. All rights reserved.