Class RuntimeInventoryFactory
- java.lang.Object
-
- org.nuxeo.runtime.management.AbstractResourceFactory
-
- org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory
-
- All Implemented Interfaces:
ResourceFactory
public class RuntimeInventoryFactory extends AbstractResourceFactory
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.management.AbstractResourceFactory
descriptor, service
-
-
Constructor Summary
Constructors Constructor Description RuntimeInventoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindTree()protected voiddoVisitInventory(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback)protected voiddoVisitInventoryComponent(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, RegistrationInfo info)protected voiddoVisitInventoryExtension(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, Extension extension)protected voiddoVisitInventoryExtensionPoint(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, ExtensionPoint extensionPoint)voidregisterResources()voidunbindTree()-
Methods inherited from class org.nuxeo.runtime.management.AbstractResourceFactory
configure
-
-
-
-
Method Detail
-
registerResources
public void registerResources()
-
bindTree
public void bindTree()
-
unbindTree
public void unbindTree()
-
doVisitInventory
protected void doVisitInventory(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback)
-
doVisitInventoryComponent
protected void doVisitInventoryComponent(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, RegistrationInfo info)
-
doVisitInventoryExtensionPoint
protected void doVisitInventoryExtensionPoint(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, ExtensionPoint extensionPoint)
-
-