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
Modifier and TypeFieldDescriptionprotected final RuntimeInventoryFactory
protected boolean
protected final RuntimeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<RegistrationInfo>
void
bindTree()
int
getHome()
getName()
int
boolean
protected Collection<ComponentName>
void
-
Field Details
-
runtimeService
-
factory
-
isTreeBound
protected boolean isTreeBound
-
-
Constructor Details
-
RuntimeInventoryAdapter
-
-
Method Details
-
availableComponents
-
pendingComponentsName
-
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
- Specified by:
getPendingComponentsName
in interfaceRuntimeInventoryMBean
-
getDescription
- Specified by:
getDescription
in interfaceRuntimeInventoryMBean
-
getHome
- Specified by:
getHome
in interfaceRuntimeInventoryMBean
-
getName
- Specified by:
getName
in interfaceRuntimeInventoryMBean
-
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
-