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
FieldsModifier and TypeFieldDescriptionprotected ResourceFactoryDescriptorprotected ResourcePublisherService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(ResourcePublisherService service, ResourceFactoryDescriptor descriptor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.management.ResourceFactory
registerResources
-
Field Details
-
service
-
descriptor
-
-
Constructor Details
-
AbstractResourceFactory
public AbstractResourceFactory()
-
-
Method Details
-
configure
- Specified by:
configurein interfaceResourceFactory
-