메소드 | 설명 | |
---|---|---|
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, |
메소드 | 설명 | |
---|---|---|
InternalExecute ( IRunnable r, bool checkShutdown ) : void | ||
StartPoolThread ( ) : void |
public SetThreadFactory ( |
||
f | ||
리턴 | void |
public ThreadPoolExecutor ( int corePoolSize, |
||
corePoolSize | int | |
factory | ||
리턴 | System |