public class Workmanager<T extends Workmanager<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Workmanager.WorkmanagerResources
Child mutators for Workmanager
|
Constructor and Description |
---|
Workmanager(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
elytronEnabled()
Enables Elytron security for this workmanager.
|
T |
elytronEnabled(Boolean value)
Enables Elytron security for this workmanager.
|
String |
getKey() |
T |
longRunningThreads(List<LongRunningThreads> value)
Add all LongRunningThreads objects to this subresource
|
T |
longRunningThreads(LongRunningThreads value)
Add the LongRunningThreads object to the list of subresources
|
T |
longRunningThreads(LongRunningThreadsSupplier supplier)
Install a supplied LongRunningThreads object to the list of subresources
|
T |
longRunningThreads(String childKey)
Create and configure a LongRunningThreads object to the list of
subresources
|
T |
longRunningThreads(String childKey,
LongRunningThreadsConsumer consumer)
Create and configure a LongRunningThreads object to the list of
subresources
|
String |
name()
The name of the WorkManager
|
T |
name(String value)
The name of the WorkManager
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
shortRunningThreads(List<ShortRunningThreads> value)
Add all ShortRunningThreads objects to this subresource
|
T |
shortRunningThreads(ShortRunningThreads value)
Add the ShortRunningThreads object to the list of subresources
|
T |
shortRunningThreads(ShortRunningThreadsSupplier supplier)
Install a supplied ShortRunningThreads object to the list of subresources
|
T |
shortRunningThreads(String childKey)
Create and configure a ShortRunningThreads object to the list of
subresources
|
T |
shortRunningThreads(String childKey,
ShortRunningThreadsConsumer consumer)
Create and configure a ShortRunningThreads object to the list of
subresources
|
Workmanager.WorkmanagerResources |
subresources() |
public Workmanager(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Workmanager.WorkmanagerResources subresources()
public T longRunningThreads(List<LongRunningThreads> value)
value
- List of LongRunningThreads objects.public T longRunningThreads(LongRunningThreads value)
value
- The LongRunningThreads to addpublic T longRunningThreads(String childKey, LongRunningThreadsConsumer consumer)
key
- The key for the LongRunningThreads resourceconfig
- The LongRunningThreadsConsumer to usepublic T longRunningThreads(String childKey)
key
- The key for the LongRunningThreads resourcepublic T longRunningThreads(LongRunningThreadsSupplier supplier)
public T shortRunningThreads(List<ShortRunningThreads> value)
value
- List of ShortRunningThreads objects.public T shortRunningThreads(ShortRunningThreads value)
value
- The ShortRunningThreads to addpublic T shortRunningThreads(String childKey, ShortRunningThreadsConsumer consumer)
key
- The key for the ShortRunningThreads resourceconfig
- The ShortRunningThreadsConsumer to usepublic T shortRunningThreads(String childKey)
key
- The key for the ShortRunningThreads resourcepublic T shortRunningThreads(ShortRunningThreadsSupplier supplier)
public Boolean elytronEnabled()
public T elytronEnabled(Boolean value)
public String name()
Copyright © 2019 JBoss by Red Hat. All rights reserved.