C# Class java.util.concurrent.ThreadPoolExecutor

Inheritance: java.util.concurrent.AbstractExecutorService
Mostrar archivo Open project: JeroMiya/androidmono

Public Methods

Method Description
ThreadPoolExecutor ( int arg0, int arg1, long arg2, java arg3, java arg4 )
ThreadPoolExecutor ( int arg0, int arg1, long arg2, java arg3, java arg4, java arg5 )
ThreadPoolExecutor ( int arg0, int arg1, long arg2, java arg3, java arg4, java arg5, java arg6 )
allowCoreThreadTimeOut ( bool arg0 ) : void
allowsCoreThreadTimeOut ( ) : bool
awaitTermination ( long arg0, java arg1 ) : bool
execute ( global arg0 ) : void
execute ( java arg0 ) : void
getActiveCount ( ) : int
getCompletedTaskCount ( ) : long
getCorePoolSize ( ) : int
getKeepAliveTime ( java arg0 ) : long
getLargestPoolSize ( ) : int
getMaximumPoolSize ( ) : int
getPoolSize ( ) : int
getQueue ( ) : global::java.util.concurrent.BlockingQueue
getRejectedExecutionHandler ( ) : global::java.util.concurrent.RejectedExecutionHandler
getTaskCount ( ) : long
getThreadFactory ( ) : global::java.util.concurrent.ThreadFactory
isShutdown ( ) : bool
isTerminated ( ) : bool
isTerminating ( ) : bool
prestartAllCoreThreads ( ) : int
prestartCoreThread ( ) : bool
purge ( ) : void
remove ( global arg0 ) : bool
remove ( java arg0 ) : bool
setCorePoolSize ( int arg0 ) : void
setKeepAliveTime ( long arg0, java arg1 ) : void
setMaximumPoolSize ( int arg0 ) : void
setRejectedExecutionHandler ( java arg0 ) : void
setThreadFactory ( java arg0 ) : void
shutdown ( ) : void
shutdownNow ( ) : global::java.util.List

Protected Methods

Method Description
ThreadPoolExecutor ( global @__env )
afterExecute ( global arg0, java arg1 ) : void
afterExecute ( java arg0, java arg1 ) : void
beforeExecute ( java arg0, global arg1 ) : void
beforeExecute ( java arg0, java arg1 ) : void
finalize ( ) : void
terminated ( ) : void

Private Methods

Method Description
ThreadPoolExecutor ( )

Method Details

ThreadPoolExecutor() protected method

protected ThreadPoolExecutor ( global @__env )
@__env global

ThreadPoolExecutor() public method

public ThreadPoolExecutor ( int arg0, int arg1, long arg2, java arg3, java arg4 )
arg0 int
arg1 int
arg2 long
arg3 java
arg4 java

ThreadPoolExecutor() public method

public ThreadPoolExecutor ( int arg0, int arg1, long arg2, java arg3, java arg4, java arg5 )
arg0 int
arg1 int
arg2 long
arg3 java
arg4 java
arg5 java

ThreadPoolExecutor() public method

public ThreadPoolExecutor ( int arg0, int arg1, long arg2, java arg3, java arg4, java arg5, java arg6 )
arg0 int
arg1 int
arg2 long
arg3 java
arg4 java
arg5 java
arg6 java

afterExecute() protected method

protected afterExecute ( global arg0, java arg1 ) : void
arg0 global
arg1 java
return void

afterExecute() protected method

protected afterExecute ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

allowCoreThreadTimeOut() public method

public allowCoreThreadTimeOut ( bool arg0 ) : void
arg0 bool
return void

allowsCoreThreadTimeOut() public method

public allowsCoreThreadTimeOut ( ) : bool
return bool

awaitTermination() public method

public awaitTermination ( long arg0, java arg1 ) : bool
arg0 long
arg1 java
return bool

beforeExecute() protected method

protected beforeExecute ( java arg0, global arg1 ) : void
arg0 java
arg1 global
return void

beforeExecute() protected method

protected beforeExecute ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

execute() public method

public execute ( global arg0 ) : void
arg0 global
return void

execute() public method

public execute ( java arg0 ) : void
arg0 java
return void

finalize() protected method

protected finalize ( ) : void
return void

getActiveCount() public method

public getActiveCount ( ) : int
return int

getCompletedTaskCount() public method

public getCompletedTaskCount ( ) : long
return long

getCorePoolSize() public method

public getCorePoolSize ( ) : int
return int

getKeepAliveTime() public method

public getKeepAliveTime ( java arg0 ) : long
arg0 java
return long

getLargestPoolSize() public method

public getLargestPoolSize ( ) : int
return int

getMaximumPoolSize() public method

public getMaximumPoolSize ( ) : int
return int

getPoolSize() public method

public getPoolSize ( ) : int
return int

getQueue() public method

public getQueue ( ) : global::java.util.concurrent.BlockingQueue
return global::java.util.concurrent.BlockingQueue

getRejectedExecutionHandler() public method

public getRejectedExecutionHandler ( ) : global::java.util.concurrent.RejectedExecutionHandler
return global::java.util.concurrent.RejectedExecutionHandler

getTaskCount() public method

public getTaskCount ( ) : long
return long

getThreadFactory() public method

public getThreadFactory ( ) : global::java.util.concurrent.ThreadFactory
return global::java.util.concurrent.ThreadFactory

isShutdown() public method

public isShutdown ( ) : bool
return bool

isTerminated() public method

public isTerminated ( ) : bool
return bool

isTerminating() public method

public isTerminating ( ) : bool
return bool

prestartAllCoreThreads() public method

public prestartAllCoreThreads ( ) : int
return int

prestartCoreThread() public method

public prestartCoreThread ( ) : bool
return bool

purge() public method

public purge ( ) : void
return void

remove() public method

public remove ( global arg0 ) : bool
arg0 global
return bool

remove() public method

public remove ( java arg0 ) : bool
arg0 java
return bool

setCorePoolSize() public method

public setCorePoolSize ( int arg0 ) : void
arg0 int
return void

setKeepAliveTime() public method

public setKeepAliveTime ( long arg0, java arg1 ) : void
arg0 long
arg1 java
return void

setMaximumPoolSize() public method

public setMaximumPoolSize ( int arg0 ) : void
arg0 int
return void

setRejectedExecutionHandler() public method

public setRejectedExecutionHandler ( java arg0 ) : void
arg0 java
return void

setThreadFactory() public method

public setThreadFactory ( java arg0 ) : void
arg0 java
return void

shutdown() public method

public shutdown ( ) : void
return void

shutdownNow() public method

public shutdownNow ( ) : global::java.util.List
return global::java.util.List

terminated() protected method

protected terminated ( ) : void
return void