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
public abstract class AbstractResourceFactory extends Object implements ResourceFactory
- Author:
- matic
-
-
Field Summary
Fields Modifier and Type Field Description protected ResourceFactoryDescriptor
descriptor
protected ResourcePublisherService
service
-
Constructor Summary
Constructors Constructor Description AbstractResourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
service
protected ResourcePublisherService service
-
descriptor
protected ResourceFactoryDescriptor descriptor
-
-
Method Detail
-
configure
public void configure(ResourcePublisherService service, ResourceFactoryDescriptor descriptor)
- Specified by:
configure
in interfaceResourceFactory
-
-