Package org.nuxeo.runtime.ts
Class TransientDataServiceImpl
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.runtime.ts.TransientDataServiceImpl
- All Implemented Interfaces:
Adaptable
,Component
,Extensible
,TimestampedService
,TransientDataService
- Since:
- 2025.8
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
protected Map
<String, TransientDataStoreProvider> static final String
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
The component notification order forComponent.start(ComponentContext)
.protected TransientDataStoreDescriptor
Returns the Transient Data store with the given name, or the default store if not found.protected TransientDataStoreProvider
instantiateStore
(String name) void
stop
(ComponentContext context) 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, start, unregister, unregisterContribution, unregisterExtension
-
Field Details
-
XP_CONFIG
- See Also:
-
DEFAULT_STORE_ID
- See Also:
-
providers
-
-
Constructor Details
-
TransientDataServiceImpl
public TransientDataServiceImpl()
-
-
Method Details
-
getApplicationStartedOrder
public int getApplicationStartedOrder()Description copied from interface:Component
The component notification order forComponent.start(ComponentContext)
.Components are notified in increasing order. Order 1000 is the default order for components that don't care. Order 100 is the repository initialization.
- Specified by:
getApplicationStartedOrder
in interfaceComponent
- Returns:
- the order, 1000 by default
-
stop
Description copied from interface:Component
Stop the component.- Specified by:
stop
in interfaceComponent
- Overrides:
stop
in classDefaultComponent
-
getStore
Description copied from interface:TransientDataService
Returns the Transient Data store with the given name, or the default store if not found.- Specified by:
getStore
in interfaceTransientDataService
- Parameters:
name
- the store name- Returns:
- the sore with the given name, or the default store
-
instantiateStore
-
getDefaultDescriptor
-