public class TimerService extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
TimerService.TimerServiceResources
Child mutators for TimerService
|
| Constructor and Description |
|---|
TimerService() |
| Modifier and Type | Method and Description |
|---|---|
TimerService |
databaseDataStore(DatabaseDataStore value)
Add the org.wildfly.swarm.config.ejb3.service.DatabaseDataStore object to the list of subresources
|
TimerService |
databaseDataStores(List<DatabaseDataStore> value)
Add all org.wildfly.swarm.config.ejb3.service.DatabaseDataStore objects to this subresource
|
String |
defaultDataStore()
The default data store used for persistent timers
|
TimerService |
defaultDataStore(String value)
The default data store used for persistent timers
|
TimerService |
fileDataStore(FileDataStore value)
Add the org.wildfly.swarm.config.ejb3.service.FileDataStore object to the list of subresources
|
TimerService |
fileDataStores(List<FileDataStore> value)
Add all org.wildfly.swarm.config.ejb3.service.FileDataStore objects to this subresource
|
String |
getKey() |
TimerService.TimerServiceResources |
subresources() |
String |
threadPoolName()
The name of the thread pool used to run timer service invocations
|
TimerService |
threadPoolName(String value)
The name of the thread pool used to run timer service invocations
|
public String getKey()
public String defaultDataStore()
public TimerService defaultDataStore(String value)
public String threadPoolName()
public TimerService threadPoolName(String value)
public TimerService.TimerServiceResources subresources()
public TimerService fileDataStores(List<FileDataStore> value)
value - List of org.wildfly.swarm.config.ejb3.service.FileDataStore objects.public TimerService fileDataStore(FileDataStore value)
value - The org.wildfly.swarm.config.ejb3.service.FileDataStore to addpublic TimerService databaseDataStores(List<DatabaseDataStore> value)
value - List of org.wildfly.swarm.config.ejb3.service.DatabaseDataStore objects.public TimerService databaseDataStore(DatabaseDataStore value)
value - The org.wildfly.swarm.config.ejb3.service.DatabaseDataStore to addCopyright © 2015 JBoss by Red Hat. All rights reserved.