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 org.wildfly.swarm.config.ejb3.service.DatabaseDataStore object to the list of subresources
|
T |
databaseDataStore(String childKey)
Create and configure a org.wildfly.swarm.config.ejb3.service.DatabaseDataStore object to the list of subresources
|
T |
databaseDataStore(String childKey,
DatabaseDataStoreConfigurator config)
Create and configure a org.wildfly.swarm.config.ejb3.service.DatabaseDataStore object to the list of subresources
|
T |
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
|
T |
defaultDataStore(String value)
The default data store used for persistent timers
|
T |
fileDataStore(FileDataStore value)
Add the org.wildfly.swarm.config.ejb3.service.FileDataStore object to the list of subresources
|
T |
fileDataStore(String childKey)
Create and configure a org.wildfly.swarm.config.ejb3.service.FileDataStore object to the list of subresources
|
T |
fileDataStore(String childKey,
FileDataStoreConfigurator config)
Create and configure a org.wildfly.swarm.config.ejb3.service.FileDataStore object to the list of subresources
|
T |
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
|
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 org.wildfly.swarm.config.ejb3.service.FileDataStore objects.public T fileDataStore(FileDataStore value)
value - The org.wildfly.swarm.config.ejb3.service.FileDataStore to addpublic T fileDataStore(String childKey, FileDataStoreConfigurator config)
key - The key for the org.wildfly.swarm.config.ejb3.service.FileDataStore resourceconfig - The org.wildfly.swarm.config.ejb3.service.FileDataStoreConfigurator to usepublic T fileDataStore(String childKey)
key - The key for the org.wildfly.swarm.config.ejb3.service.FileDataStore resourcepublic T databaseDataStores(List<DatabaseDataStore> value)
value - List of org.wildfly.swarm.config.ejb3.service.DatabaseDataStore objects.public T databaseDataStore(DatabaseDataStore value)
value - The org.wildfly.swarm.config.ejb3.service.DatabaseDataStore to addpublic T databaseDataStore(String childKey, DatabaseDataStoreConfigurator config)
key - The key for the org.wildfly.swarm.config.ejb3.service.DatabaseDataStore resourceconfig - The org.wildfly.swarm.config.ejb3.service.DatabaseDataStoreConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.