public class RuntimeInventoryAdapter extends Object implements RuntimeInventoryMBean
| Constructor and Description |
|---|
RuntimeInventoryAdapter(RuntimeInventoryFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindTree() |
Set<String> |
getAvailableComponents() |
int |
getAvailableComponentsCount() |
String |
getDescription() |
String |
getHome() |
String |
getName() |
int |
getPendingComponentsCount() |
Set<String> |
getPendingComponentsName() |
String |
getVersion() |
boolean |
isTreeBound() |
void |
unbindTree() |
public RuntimeInventoryAdapter(RuntimeInventoryFactory factory)
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 © 2013 Nuxeo SA. All Rights Reserved.