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 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 © 2013 Nuxeo SA. All Rights Reserved.