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 classStatusesManagementFactory -
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 classEventMonitoringFactoryDeprecated.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 classWorksMonitoringFactory -
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 classSQLRepositoryStatusFactory -
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 classAuditEventMetricFactory -
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 classHttpSessionMetricFactoryclassRuntimeInventoryFactory -
Uses of ResourceFactory in org.nuxeo.runtime.management
Classes in org.nuxeo.runtime.management that implement ResourceFactory Modifier and Type Class Description classAbstractResourceFactoryFields in org.nuxeo.runtime.management with type parameters of type ResourceFactory Modifier and Type Field Description protected Map<Class<? extends ResourceFactory>,ResourceFactory>ResourcePublisherService.FactoriesRegistry. registryprotected Map<Class<? extends ResourceFactory>,ResourceFactory>ResourcePublisherService.FactoriesRegistry. registryMethods 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)
-