Class RuntimeInventoryAdapter
java.lang.Object
org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryAdapter
- All Implemented Interfaces:
RuntimeInventoryMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final RuntimeInventoryFactoryprotected booleanprotected final RuntimeService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<RegistrationInfo> voidbindTree()intgetHome()getName()intbooleanprotected Collection<ComponentName> void
-
Field Details
-
runtimeService
-
factory
-
isTreeBound
protected boolean isTreeBound
-
-
Constructor Details
-
RuntimeInventoryAdapter
-
-
Method Details
-
availableComponents
-
pendingComponentsName
-
getAvailableComponents
- Specified by:
getAvailableComponentsin interfaceRuntimeInventoryMBean
-
getAvailableComponentsCount
public int getAvailableComponentsCount()- Specified by:
getAvailableComponentsCountin interfaceRuntimeInventoryMBean
-
getPendingComponentsCount
public int getPendingComponentsCount()- Specified by:
getPendingComponentsCountin interfaceRuntimeInventoryMBean
-
getPendingComponentsName
- Specified by:
getPendingComponentsNamein interfaceRuntimeInventoryMBean
-
getDescription
- Specified by:
getDescriptionin interfaceRuntimeInventoryMBean
-
getHome
- Specified by:
getHomein interfaceRuntimeInventoryMBean
-
getName
- Specified by:
getNamein interfaceRuntimeInventoryMBean
-
getVersion
- Specified by:
getVersionin interfaceRuntimeInventoryMBean
-
isTreeBound
public boolean isTreeBound()- Specified by:
isTreeBoundin interfaceRuntimeInventoryMBean
-
bindTree
public void bindTree()- Specified by:
bindTreein interfaceRuntimeInventoryMBean
-
unbindTree
public void unbindTree()- Specified by:
unbindTreein interfaceRuntimeInventoryMBean
-