Package org.nuxeo.ecm.restapi.server
Class RestAPIServiceImpl
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.restapi.server.RestAPIServiceImpl
- All Implemented Interfaces:
RestAPIService,Adaptable,Component,Extensible,TimestampedService
Deprecated.
- Since:
- 2021.25
-
Field Summary
FieldsFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpropagateAction(String action, String param) Deprecated.Propagate an action to all others nodes in the cluster.voidstart(ComponentContext context) Deprecated.Start the component.voidstop(ComponentContext context) Deprecated.Stop the component.Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, 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
-
clusterStreamActionPubSub
Deprecated.
-
-
Constructor Details
-
RestAPIServiceImpl
public RestAPIServiceImpl()Deprecated.
-
-
Method Details
-
start
Deprecated.Description copied from interface:ComponentStart the component. This method is called after all the components were resolved and activated- Specified by:
startin interfaceComponent- Overrides:
startin classDefaultComponent
-
stop
Deprecated.Description copied from interface:ComponentStop the component.- Specified by:
stopin interfaceComponent- Overrides:
stopin classDefaultComponent- Throws:
InterruptedException
-
propagateAction
Deprecated.Description copied from interface:RestAPIServicePropagate an action to all others nodes in the cluster.- Specified by:
propagateActionin interfaceRestAPIService
-
ClusterActionServiceinstead