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 void
bindTree()
protected void
doVisitInventory(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback)
protected void
doVisitInventoryComponent(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, RegistrationInfo info)
protected void
doVisitInventoryExtension(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, Extension extension)
protected void
doVisitInventoryExtensionPoint(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, ExtensionPoint extensionPoint)
void
registerResources()
void
unbindTree()
-
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)
-
-