|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HTTP Context handler context defintion.
Method Summary | |
boolean |
getDaemon(boolean flag)
Return the deamon flag. |
int |
getIdle(int idle)
Get the maximum idle time. |
int |
getMax(int max)
Return maximum thread level. |
int |
getMin(int min)
Get the minimum thread level. |
String |
getName(String name)
Get the thread pool name. |
int |
getPriority(int priority)
Get the thread pool priority. |
Method Detail |
public int getMin(int min)
min
- the default minimum value
public int getMax(int max)
max
- the default maximum value
public boolean getDaemon(boolean flag)
flag
- true if a damon thread
public String getName(String name)
name
- the pool name
public int getPriority(int priority)
priority
- the thread pool priority
public int getIdle(int idle)
idle
- the default maximum idle time
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |