public class ServiceTimerService<T extends ServiceTimerService> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTimerService.ServiceTimerServiceResources
Child mutators for ServiceTimerService
|
| Constructor and Description |
|---|
ServiceTimerService() |
| 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() |
ServiceTimerService.ServiceTimerServiceResources |
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 ServiceTimerService.ServiceTimerServiceResources 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.