Package | Description |
---|---|
org.wildfly.swarm.config.ejb3 | |
org.wildfly.swarm.config.ejb3.service |
Modifier and Type | Method and Description |
---|---|
FileDataStore |
TimerService.TimerServiceResources.fileDataStore(String key) |
Modifier and Type | Method and Description |
---|---|
List<FileDataStore> |
TimerService.TimerServiceResources.fileDataStores()
Get the list of FileDataStore resources
|
Modifier and Type | Method and Description |
---|---|
T |
TimerService.fileDataStore(FileDataStore value)
Add the FileDataStore object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
TimerService.fileDataStores(List<FileDataStore> value)
Add all FileDataStore objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
FileDataStore<T extends FileDataStore<T>>
A JVM local file store that stores persistent EJB timers
|
interface |
FileDataStoreConsumer<T extends FileDataStore<T>> |
interface |
FileDataStoreSupplier<T extends FileDataStore> |
Modifier and Type | Method and Description |
---|---|
FileDataStore |
FileDataStoreSupplier.get()
Constructed instance of FileDataStore resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.