| Constructor and Description |
|---|
TimerThreadPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
Long |
keepaliveTime()
Deprecated.
This thread pool type is deprecated.
|
T |
keepaliveTime(Long value)
Deprecated.
This thread pool type is deprecated.
|
Integer |
maxThreads()
Deprecated.
This thread pool type is deprecated.
|
T |
maxThreads(Integer value)
Deprecated.
This thread pool type is deprecated.
|
Integer |
minThreads()
Deprecated.
This thread pool type is deprecated.
|
T |
minThreads(Integer value)
Deprecated.
This thread pool type is deprecated.
|
Integer |
queueLength()
Deprecated.
Deprecated. JGroups thread-pools are always queue-less.
|
T |
queueLength(Integer value)
Deprecated.
Deprecated. JGroups thread-pools are always queue-less.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@Deprecated @ModelNodeBinding(detypedName="keepalive-time") public Long keepaliveTime()
@Deprecated public T keepaliveTime(Long value)
@Deprecated @ModelNodeBinding(detypedName="max-threads") public Integer maxThreads()
@Deprecated public T maxThreads(Integer value)
@Deprecated @ModelNodeBinding(detypedName="min-threads") public Integer minThreads()
@Deprecated public T minThreads(Integer value)
@Deprecated @ModelNodeBinding(detypedName="queue-length") public Integer queueLength()
@Deprecated public T queueLength(Integer value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.