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 Stringprotected Map<String, TransientDataStoreProvider> static final StringFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe component notification order forComponent.start(ComponentContext).protected TransientDataStoreDescriptorReturns the Transient Data store with the given name, or the default store if not found.protected TransientDataStoreProviderinstantiateStore(String name) voidstop(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:ComponentThe 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:
getApplicationStartedOrderin interfaceComponent- Returns:
- the order, 1000 by default
-
stop
Description copied from interface:ComponentStop the component.- Specified by:
stopin interfaceComponent- Overrides:
stopin classDefaultComponent
-
getStore
Description copied from interface:TransientDataServiceReturns the Transient Data store with the given name, or the default store if not found.- Specified by:
getStorein interfaceTransientDataService- Parameters:
name- the store name- Returns:
- the sore with the given name, or the default store
-
instantiateStore
-
getDefaultDescriptor
-