public class ExpirationThreadPool<T extends ExpirationThreadPool<T>> extends Object
| Constructor and Description | 
|---|
ExpirationThreadPool()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
Long | 
keepaliveTime()
Used to specify the amount of milliseconds that pool threads should be
 kept running when idle; if not specified, threads will run until the
 executor is shut down. 
 | 
T | 
keepaliveTime(Long value)
Used to specify the amount of milliseconds that pool threads should be
 kept running when idle; if not specified, threads will run until the
 executor is shut down. 
 | 
Integer | 
maxThreads()
The maximum thread pool size. 
 | 
T | 
maxThreads(Integer value)
The maximum thread pool size. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Long keepaliveTime()
public T keepaliveTime(Long value)
public Integer maxThreads()
Copyright © 2018 JBoss by Red Hat. All rights reserved.