Class MetricComponent
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.runtime.management.metrics.MetricComponent
- All Implemented Interfaces:
Adaptable,Component,Extensible,TimestampedService
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MetricEnablerDeprecated.protected final MetricRegisterDeprecated.protected final MetricRegisteringCallbackDeprecated.protected final MetricSerializerDeprecated.Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(ComponentContext context) Deprecated.Activates the component.voiddeactivate(ComponentContext context) Deprecated.Deactivates the component.protected voiddoStart()Deprecated.protected voiddoStop()Deprecated.<T> TgetAdapter(Class<T> adapter) Deprecated.Returns an object which is an instance of the given class associated with this object.voidstart(org.osgi.framework.BundleContext context) Deprecated.voidstop(org.osgi.framework.BundleContext context) Deprecated.Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
addRuntimeMessage, addRuntimeMessage, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
-
Field Details
-
serializer
Deprecated. -
enabler
Deprecated. -
register
Deprecated. -
registeringCB
Deprecated.
-
-
Constructor Details
-
MetricComponent
public MetricComponent()Deprecated.
-
-
Method Details
-
getAdapter
Deprecated.Description copied from interface:AdaptableReturns an object which is an instance of the given class associated with this object. Returnsnullif no such object can be found.- Specified by:
getAdapterin interfaceAdaptable- Overrides:
getAdapterin classDefaultComponent- Parameters:
adapter- the adapter class to look up- Returns:
- a object castable to the given class, or
nullif this object does not have an adapter for the given class
-
activate
Deprecated.Description copied from interface:ComponentActivates the component.This method is called by the runtime when a component is activated.
- Specified by:
activatein interfaceComponent- Overrides:
activatein classDefaultComponent- Parameters:
context- the runtime context
-
deactivate
Deprecated.Description copied from interface:ComponentDeactivates the component.This method is called by the runtime when a component is deactivated.
- Specified by:
deactivatein interfaceComponent- Overrides:
deactivatein classDefaultComponent- Parameters:
context- the runtime context
-
start
public void start(org.osgi.framework.BundleContext context) Deprecated. -
stop
public void stop(org.osgi.framework.BundleContext context) Deprecated. -
doStart
protected void doStart()Deprecated. -
doStop
protected void doStop()Deprecated.
-