Method | Description | |
---|---|---|
Execute ( IRunnable r ) : void | ||
GetCorePoolSize ( ) : int | ||
IsShutdown ( ) : bool | ||
IsTerminated ( ) : bool | ||
IsTerminating ( ) : bool | ||
PrestartAllCoreThreads ( ) : void | ||
RunPoolThread ( ) : void | ||
SetMaximumPoolSize ( int size ) : void | ||
SetThreadFactory ( |
||
Shutdown ( ) : void | ||
ShutdownNow ( ) : List |
||
ThreadPoolExecutor ( int corePoolSize, |
Method | Description | |
---|---|---|
InternalExecute ( IRunnable r, bool checkShutdown ) : void | ||
StartPoolThread ( ) : void |
public SetMaximumPoolSize ( int size ) : void | ||
size | int | |
return | void |
public SetThreadFactory ( |
||
f | ||
return | void |
public ThreadPoolExecutor ( int corePoolSize, |
||
corePoolSize | int | |
factory | ||
return | System |