Uses of Interface
org.nuxeo.runtime.management.ResourceFactory
-
Packages that use ResourceFactory Package Description org.nuxeo.ecm.core.management org.nuxeo.ecm.core.management.events org.nuxeo.ecm.core.management.works org.nuxeo.ecm.core.storage.sql.management Simple MBean to report the status of a SQL repository.org.nuxeo.ecm.platform.audit.service.management org.nuxeo.ecm.platform.management.adapters org.nuxeo.runtime.management -
-
Uses of ResourceFactory in org.nuxeo.ecm.core.management
Classes in org.nuxeo.ecm.core.management that implement ResourceFactory Modifier and Type Class Description class
StatusesManagementFactory
-
Uses of ResourceFactory in org.nuxeo.ecm.core.management.events
Classes in org.nuxeo.ecm.core.management.events that implement ResourceFactory Modifier and Type Class Description class
EventMonitoringFactory
Deprecated.since 11.4: superseded by dropwizard metrics -
Uses of ResourceFactory in org.nuxeo.ecm.core.management.works
Classes in org.nuxeo.ecm.core.management.works that implement ResourceFactory Modifier and Type Class Description class
WorksMonitoringFactory
-
Uses of ResourceFactory in org.nuxeo.ecm.core.storage.sql.management
Classes in org.nuxeo.ecm.core.storage.sql.management that implement ResourceFactory Modifier and Type Class Description class
SQLRepositoryStatusFactory
-
Uses of ResourceFactory in org.nuxeo.ecm.platform.audit.service.management
Classes in org.nuxeo.ecm.platform.audit.service.management that implement ResourceFactory Modifier and Type Class Description class
AuditEventMetricFactory
-
Uses of ResourceFactory in org.nuxeo.ecm.platform.management.adapters
Classes in org.nuxeo.ecm.platform.management.adapters that implement ResourceFactory Modifier and Type Class Description class
HttpSessionMetricFactory
class
RuntimeInventoryFactory
-
Uses of ResourceFactory in org.nuxeo.runtime.management
Classes in org.nuxeo.runtime.management that implement ResourceFactory Modifier and Type Class Description class
AbstractResourceFactory
Fields in org.nuxeo.runtime.management with type parameters of type ResourceFactory Modifier and Type Field Description protected Map<Class<? extends ResourceFactory>,ResourceFactory>
ResourcePublisherService.FactoriesRegistry. registry
protected Map<Class<? extends ResourceFactory>,ResourceFactory>
ResourcePublisherService.FactoriesRegistry. registry
Methods in org.nuxeo.runtime.management that return types with arguments of type ResourceFactory Modifier and Type Method Description Class<? extends ResourceFactory>
ResourceFactoryDescriptor. getFactoryClass()
Constructor parameters in org.nuxeo.runtime.management with type arguments of type ResourceFactory Constructor Description ResourceFactoryDescriptor(Class<? extends ResourceFactory> factoryClass)
-