public class TimerThreadPool<T extends TimerThreadPool<T>> extends Object
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 String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@Deprecated public Long keepaliveTime()
@Deprecated public T keepaliveTime(Long value)
@Deprecated public Integer maxThreads()
@Deprecated public T maxThreads(Integer value)
@Deprecated public Integer minThreads()
@Deprecated public T minThreads(Integer value)
@Deprecated public Integer queueLength()
@Deprecated public T queueLength(Integer value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.