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
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
propagateAction
(String action, String param) Deprecated.Propagate an action to all others nodes in the cluster.void
start
(ComponentContext context) Deprecated.Start the component.void
stop
(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, unregisterExtension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:Component
Start the component. This method is called after all the components were resolved and activated- Specified by:
start
in interfaceComponent
- Overrides:
start
in classDefaultComponent
-
stop
Deprecated.Description copied from interface:Component
Stop the component.- Specified by:
stop
in interfaceComponent
- Overrides:
stop
in classDefaultComponent
- Throws:
InterruptedException
-
propagateAction
Deprecated.Description copied from interface:RestAPIService
Propagate an action to all others nodes in the cluster.- Specified by:
propagateAction
in interfaceRestAPIService
-
ClusterActionService
instead