| Package | Description |
|---|---|
| org.wildfly.swarm.config.ejb3 | |
| org.wildfly.swarm.config.ejb3.service |
| Modifier and Type | Method and Description |
|---|---|
List<DatabaseDataStore> |
TimerService.TimerServiceResources.databaseDataStores()
Get the list of org.wildfly.swarm.config.ejb3.service.DatabaseDataStore resources
|
| Modifier and Type | Method and Description |
|---|---|
TimerService |
TimerService.databaseDataStore(DatabaseDataStore value)
Add the org.wildfly.swarm.config.ejb3.service.DatabaseDataStore object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
TimerService |
TimerService.databaseDataStores(List<DatabaseDataStore> value)
Add all org.wildfly.swarm.config.ejb3.service.DatabaseDataStore objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseDataStore |
DatabaseDataStore.allowExecution(Boolean value)
If this node is allowed to execute timers.
|
DatabaseDataStore |
DatabaseDataStore.database(String value)
The type of database that is in use.
|
DatabaseDataStore |
DatabaseDataStore.datasourceJndiName(String value)
The datasource that is used to persist the timers
|
DatabaseDataStore |
DatabaseDataStore.partition(String value)
The partition name.
|
DatabaseDataStore |
DatabaseDataStore.refreshInterval(Integer value)
Interval between refreshing the current timer set against the underlying database.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.