public class TimerService<T extends 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 |
|---|---|
T |
databaseDataStore(DatabaseDataStore value)
Add the DatabaseDataStore object to the list of subresources
|
T |
databaseDataStores(List<DatabaseDataStore> value)
Add all DatabaseDataStore objects to this subresource
|
String |
defaultDataStore()
The default data store used for persistent timers
|
T |
defaultDataStore(String value)
The default data store used for persistent timers
|
T |
fileDataStore(FileDataStore value)
Add the FileDataStore object to the list of subresources
|
T |
fileDataStores(List<FileDataStore> value)
Add all FileDataStore objects to this subresource
|
String |
getKey() |
TimerService.TimerServiceResources |
subresources() |
String |
threadPoolName()
The name of the thread pool used to run timer service invocations
|
T |
threadPoolName(String value)
The name of the thread pool used to run timer service invocations
|
public String getKey()
public String defaultDataStore()
public T defaultDataStore(String value)
public String threadPoolName()
public T threadPoolName(String value)
public TimerService.TimerServiceResources subresources()
public T fileDataStores(List<FileDataStore> value)
value - List of FileDataStore objects.public T fileDataStore(FileDataStore value)
value - The FileDataStore to addpublic T databaseDataStores(List<DatabaseDataStore> value)
value - List of DatabaseDataStore objects.public T databaseDataStore(DatabaseDataStore value)
value - The DatabaseDataStore to addCopyright © 2015 JBoss by Red Hat. All rights reserved.