Class HttpSessionMetricFactory
- java.lang.Object
-
- org.nuxeo.runtime.management.AbstractResourceFactory
-
- org.nuxeo.ecm.platform.management.adapters.HttpSessionMetricFactory
-
- All Implemented Interfaces:
ResourceFactory
public class HttpSessionMetricFactory extends AbstractResourceFactory
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Field Summary
Fields Modifier and Type Field Description protected static HttpSessionMetricAdapter
mbeanAdapter
-
Fields inherited from class org.nuxeo.runtime.management.AbstractResourceFactory
descriptor, service
-
-
Constructor Summary
Constructors Constructor Description HttpSessionMetricFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerResources()
-
Methods inherited from class org.nuxeo.runtime.management.AbstractResourceFactory
configure
-
-
-
-
Field Detail
-
mbeanAdapter
protected static final HttpSessionMetricAdapter mbeanAdapter
-
-