public class AsyncService<T extends AsyncService<T>> extends Object
Constructor and Description |
---|
AsyncService() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
threadPoolName()
The name of the thread pool which handles asynchronous invocations
|
T |
threadPoolName(String value)
The name of the thread pool which handles asynchronous invocations
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String threadPoolName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.