C# Class java.util.concurrent.ThreadPoolExecutor

Inheritance: java.util.concurrent.AbstractExecutorService
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
ThreadPoolExecutor ( )

Method Details

ThreadPoolExecutor() protected méthode

protected ThreadPoolExecutor ( global @__env )
@__env global

ThreadPoolExecutor() public méthode

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

ThreadPoolExecutor() public méthode

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 méthode

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 méthode

protected afterExecute ( global arg0, java arg1 ) : void
arg0 global
arg1 java
Résultat void

afterExecute() protected méthode

protected afterExecute ( java arg0, java arg1 ) : void
arg0 java
arg1 java
Résultat void

allowCoreThreadTimeOut() public méthode

public allowCoreThreadTimeOut ( bool arg0 ) : void
arg0 bool
Résultat void

allowsCoreThreadTimeOut() public méthode

public allowsCoreThreadTimeOut ( ) : bool
Résultat bool

awaitTermination() public méthode

public awaitTermination ( long arg0, java arg1 ) : bool
arg0 long
arg1 java
Résultat bool

beforeExecute() protected méthode

protected beforeExecute ( java arg0, global arg1 ) : void
arg0 java
arg1 global
Résultat void

beforeExecute() protected méthode

protected beforeExecute ( java arg0, java arg1 ) : void
arg0 java
arg1 java
Résultat void

execute() public méthode

public execute ( global arg0 ) : void
arg0 global
Résultat void

execute() public méthode

public execute ( java arg0 ) : void
arg0 java
Résultat void

finalize() protected méthode

protected finalize ( ) : void
Résultat void

getActiveCount() public méthode

public getActiveCount ( ) : int
Résultat int

getCompletedTaskCount() public méthode

public getCompletedTaskCount ( ) : long
Résultat long

getCorePoolSize() public méthode

public getCorePoolSize ( ) : int
Résultat int

getKeepAliveTime() public méthode

public getKeepAliveTime ( java arg0 ) : long
arg0 java
Résultat long

getLargestPoolSize() public méthode

public getLargestPoolSize ( ) : int
Résultat int

getMaximumPoolSize() public méthode

public getMaximumPoolSize ( ) : int
Résultat int

getPoolSize() public méthode

public getPoolSize ( ) : int
Résultat int

getQueue() public méthode

public getQueue ( ) : global::java.util.concurrent.BlockingQueue
Résultat global::java.util.concurrent.BlockingQueue

getRejectedExecutionHandler() public méthode

public getRejectedExecutionHandler ( ) : global::java.util.concurrent.RejectedExecutionHandler
Résultat global::java.util.concurrent.RejectedExecutionHandler

getTaskCount() public méthode

public getTaskCount ( ) : long
Résultat long

getThreadFactory() public méthode

public getThreadFactory ( ) : global::java.util.concurrent.ThreadFactory
Résultat global::java.util.concurrent.ThreadFactory

isShutdown() public méthode

public isShutdown ( ) : bool
Résultat bool

isTerminated() public méthode

public isTerminated ( ) : bool
Résultat bool

isTerminating() public méthode

public isTerminating ( ) : bool
Résultat bool

prestartAllCoreThreads() public méthode

public prestartAllCoreThreads ( ) : int
Résultat int

prestartCoreThread() public méthode

public prestartCoreThread ( ) : bool
Résultat bool

purge() public méthode

public purge ( ) : void
Résultat void

remove() public méthode

public remove ( global arg0 ) : bool
arg0 global
Résultat bool

remove() public méthode

public remove ( java arg0 ) : bool
arg0 java
Résultat bool

setCorePoolSize() public méthode

public setCorePoolSize ( int arg0 ) : void
arg0 int
Résultat void

setKeepAliveTime() public méthode

public setKeepAliveTime ( long arg0, java arg1 ) : void
arg0 long
arg1 java
Résultat void

setMaximumPoolSize() public méthode

public setMaximumPoolSize ( int arg0 ) : void
arg0 int
Résultat void

setRejectedExecutionHandler() public méthode

public setRejectedExecutionHandler ( java arg0 ) : void
arg0 java
Résultat void

setThreadFactory() public méthode

public setThreadFactory ( java arg0 ) : void
arg0 java
Résultat void

shutdown() public méthode

public shutdown ( ) : void
Résultat void

shutdownNow() public méthode

public shutdownNow ( ) : global::java.util.List
Résultat global::java.util.List

terminated() protected méthode

protected terminated ( ) : void
Résultat void