public class Workmanager<T extends Workmanager> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Workmanager.WorkmanagerResources
Child mutators for Workmanager
|
| Constructor and Description |
|---|
Workmanager(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Workmanager |
longRunningThreads(List<LongRunningThreads> value)
Add all org.wildfly.swarm.config.jca.LongRunningThreads objects to this subresource
|
Workmanager |
longRunningThreads(LongRunningThreads value)
Add the org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
Workmanager |
longRunningThreads(String childKey)
Create and configure a org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
Workmanager |
longRunningThreads(String childKey,
LongRunningThreadsConfigurator config)
Create and configure a org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
String |
name()
The name of the WorkManager
|
Workmanager |
name(String value)
The name of the WorkManager
|
Workmanager |
shortRunningThreads(List<ShortRunningThreads> value)
Add all org.wildfly.swarm.config.jca.ShortRunningThreads objects to this subresource
|
Workmanager |
shortRunningThreads(ShortRunningThreads value)
Add the org.wildfly.swarm.config.jca.ShortRunningThreads object to the list of subresources
|
Workmanager |
shortRunningThreads(String childKey)
Create and configure a org.wildfly.swarm.config.jca.ShortRunningThreads object to the list of subresources
|
Workmanager |
shortRunningThreads(String childKey,
ShortRunningThreadsConfigurator config)
Create and configure a org.wildfly.swarm.config.jca.ShortRunningThreads object to the list of subresources
|
Workmanager.WorkmanagerResources |
subresources() |
public Workmanager(String key)
public String getKey()
public String name()
public Workmanager name(String value)
public Workmanager.WorkmanagerResources subresources()
public Workmanager longRunningThreads(List<LongRunningThreads> value)
value - List of org.wildfly.swarm.config.jca.LongRunningThreads objects.public Workmanager longRunningThreads(LongRunningThreads value)
value - The org.wildfly.swarm.config.jca.LongRunningThreads to addpublic Workmanager longRunningThreads(String childKey, LongRunningThreadsConfigurator config)
key - The key for the org.wildfly.swarm.config.jca.LongRunningThreads resourceconfig - The org.wildfly.swarm.config.jca.LongRunningThreadsConfigurator to usepublic Workmanager longRunningThreads(String childKey)
key - The key for the org.wildfly.swarm.config.jca.LongRunningThreads resourcepublic Workmanager shortRunningThreads(List<ShortRunningThreads> value)
value - List of org.wildfly.swarm.config.jca.ShortRunningThreads objects.public Workmanager shortRunningThreads(ShortRunningThreads value)
value - The org.wildfly.swarm.config.jca.ShortRunningThreads to addpublic Workmanager shortRunningThreads(String childKey, ShortRunningThreadsConfigurator config)
key - The key for the org.wildfly.swarm.config.jca.ShortRunningThreads resourceconfig - The org.wildfly.swarm.config.jca.ShortRunningThreadsConfigurator to usepublic Workmanager shortRunningThreads(String childKey)
key - The key for the org.wildfly.swarm.config.jca.ShortRunningThreads resourceCopyright © 2015 JBoss by Red Hat. All rights reserved.