Class RuntimeInventoryAdapter
- java.lang.Object
-
- org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryAdapter
-
- All Implemented Interfaces:
RuntimeInventoryMBean
public class RuntimeInventoryAdapter extends Object implements RuntimeInventoryMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Field Summary
Fields Modifier and Type Field Description protected RuntimeInventoryFactory
factory
protected boolean
isTreeBound
protected RuntimeService
runtimeService
-
Constructor Summary
Constructors Constructor Description RuntimeInventoryAdapter(RuntimeInventoryFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
runtimeService
protected final RuntimeService runtimeService
-
factory
protected final RuntimeInventoryFactory factory
-
isTreeBound
protected boolean isTreeBound
-
-
Constructor Detail
-
RuntimeInventoryAdapter
public RuntimeInventoryAdapter(RuntimeInventoryFactory factory)
-
-
Method Detail
-
availableComponents
protected Collection<RegistrationInfo> availableComponents()
-
pendingComponentsName
protected Collection<ComponentName> pendingComponentsName()
-
getAvailableComponents
public Set<String> getAvailableComponents()
- Specified by:
getAvailableComponents
in interfaceRuntimeInventoryMBean
-
getAvailableComponentsCount
public int getAvailableComponentsCount()
- Specified by:
getAvailableComponentsCount
in interfaceRuntimeInventoryMBean
-
getPendingComponentsCount
public int getPendingComponentsCount()
- Specified by:
getPendingComponentsCount
in interfaceRuntimeInventoryMBean
-
getPendingComponentsName
public Set<String> getPendingComponentsName()
- Specified by:
getPendingComponentsName
in interfaceRuntimeInventoryMBean
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceRuntimeInventoryMBean
-
getHome
public String getHome()
- Specified by:
getHome
in interfaceRuntimeInventoryMBean
-
getName
public String getName()
- Specified by:
getName
in interfaceRuntimeInventoryMBean
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceRuntimeInventoryMBean
-
isTreeBound
public boolean isTreeBound()
- Specified by:
isTreeBound
in interfaceRuntimeInventoryMBean
-
bindTree
public void bindTree()
- Specified by:
bindTree
in interfaceRuntimeInventoryMBean
-
unbindTree
public void unbindTree()
- Specified by:
unbindTree
in interfaceRuntimeInventoryMBean
-
-