Package | Description |
---|---|
org.wildfly.swarm.config.ejb3 | |
org.wildfly.swarm.config.ejb3.service |
Modifier and Type | Method and Description |
---|---|
DatabaseDataStore |
TimerService.TimerServiceResources.databaseDataStore(String key) |
Modifier and Type | Method and Description |
---|---|
List<DatabaseDataStore> |
TimerService.TimerServiceResources.databaseDataStores()
Get the list of DatabaseDataStore resources
|
Modifier and Type | Method and Description |
---|---|
T |
TimerService.databaseDataStore(DatabaseDataStore value)
Add the DatabaseDataStore object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
TimerService.databaseDataStores(List<DatabaseDataStore> value)
Add all DatabaseDataStore objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseDataStore<T extends DatabaseDataStore<T>>
An database based store for persistent EJB timers.
|
interface |
DatabaseDataStoreConsumer<T extends DatabaseDataStore<T>> |
interface |
DatabaseDataStoreSupplier<T extends DatabaseDataStore> |
Modifier and Type | Method and Description |
---|---|
DatabaseDataStore |
DatabaseDataStoreSupplier.get()
Constructed instance of DatabaseDataStore resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.