|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.voyager.ThreadManager
ThreadManager contains static methods that allow modification of the internal thread pool limits. Voyager uses this thread pool to minimize creation and destruction of threads.
Method Summary | |
static int |
getMaxIdleThreads()
Return the maximum number of threads Voyager can cache. |
static void |
setMaxIdleThreads(int maxIdleThreads)
Set the maximum number of threads Voyager can cache. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void setMaxIdleThreads(int maxIdleThreads)
maxIdleThreads
- the maximum number of threads Voyager can cache.public static int getMaxIdleThreads()
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |