Package org.nuxeo.runtime.management
Class AbstractResourceFactory
java.lang.Object
org.nuxeo.runtime.management.AbstractResourceFactory
- All Implemented Interfaces:
ResourceFactory
- Direct Known Subclasses:
EventMonitoringFactory
,HttpSessionMetricFactory
,RuntimeInventoryFactory
,SQLRepositoryStatusFactory
,StatusesManagementFactory
,WorksMonitoringFactory
- Author:
- matic
-
Field Summary
Modifier and TypeFieldDescriptionprotected ResourceFactoryDescriptor
protected ResourcePublisherService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ResourcePublisherService service, ResourceFactoryDescriptor descriptor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.management.ResourceFactory
registerResources
-
Field Details
-
service
-
descriptor
-
-
Constructor Details
-
AbstractResourceFactory
public AbstractResourceFactory()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceResourceFactory
-