| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ejb3 |
| Modifier and Type | Method and Description |
|---|---|
TimerService |
Ejb3.timerService()
The EJB timer service
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ejb3.timerService(TimerService value)
The EJB timer service
|
| 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
|
TimerService |
TimerService.databaseDataStores(List<DatabaseDataStore> value)
Add all org.wildfly.swarm.config.ejb3.service.DatabaseDataStore objects to this subresource
|
TimerService |
TimerService.defaultDataStore(String value)
The default data store used for persistent timers
|
TimerService |
TimerService.fileDataStore(FileDataStore value)
Add the org.wildfly.swarm.config.ejb3.service.FileDataStore object to the list of subresources
|
TimerService |
TimerService.fileDataStores(List<FileDataStore> value)
Add all org.wildfly.swarm.config.ejb3.service.FileDataStore objects to this subresource
|
TimerService |
TimerService.threadPoolName(String value)
The name of the thread pool used to run timer service invocations
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.