A JVM local file store that stores persistent Jakarta Enterprise Beans timers
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.ejb3.timer-service.timer-persistence-service | true |
/subsystem=ejb3/service=timer-service/database-data-store=* |
Type | STRING |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
path | STRING | true | true | The directory to store persistent timer information in | |
relative-to | STRING | false | false | The relative path that is used to resolve the timer data store location |
Raw DMR model |
|
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
relative-to-only | BOOLEAN | false | false | Indicates whether only the relative-to attribute should be resolved or the full path should be resolved. The default is false meaning the entire path will be resolved. |
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.ejb3.service.timer-service.file-data-store">
<param name="file-data-store" value="{resource name}"/>
<param name="path" value="{value}"/>
<param name="relative-to" value="{value}"/>
<feature/>