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 RuntimeInventoryMBeanpublic int getAvailableComponentsCount()
getAvailableComponentsCount in interface RuntimeInventoryMBeanpublic int getPendingComponentsCount()
getPendingComponentsCount in interface RuntimeInventoryMBeanpublic Set<String> getPendingComponentsName()
getPendingComponentsName in interface RuntimeInventoryMBeanpublic String getDescription()
getDescription in interface RuntimeInventoryMBeanpublic String getHome()
getHome in interface RuntimeInventoryMBeanpublic String getName()
getName in interface RuntimeInventoryMBeanpublic String getVersion()
getVersion in interface RuntimeInventoryMBeanpublic boolean isTreeBound()
isTreeBound in interface RuntimeInventoryMBeanpublic void bindTree()
bindTree in interface RuntimeInventoryMBeanpublic void unbindTree()
unbindTree in interface RuntimeInventoryMBeanCopyright © 2016 Nuxeo SA. All rights reserved.