The methods of Java.Util.Concurrent.AbstractExecutorService are listed below. For a list of all members, see the AbstractExecutorService Members list.
See Also: Inherited members from Java.Lang.Object
abstract | AwaitTermination(long, TimeUnit)Documentation for this section has not yet been entered. | |
AwaitTerminationAsync(long, TimeUnit)Documentation for this section has not yet been entered. | ||
abstract | Execute(Java.Lang.IRunnable)Documentation for this section has not yet been entered. | |
InvokeAll(ICollection)Documentation for this section has not yet been entered. | ||
InvokeAll(ICollection, long, TimeUnit)Documentation for this section has not yet been entered. | ||
InvokeAny(ICollection)Documentation for this section has not yet been entered. | ||
InvokeAny(ICollection, long, TimeUnit)Documentation for this section has not yet been entered. | ||
abstract | Shutdown()Documentation for this section has not yet been entered. | |
abstract | ShutdownNow()Documentation for this section has not yet been entered. | |
Submit(Java.Lang.IRunnable)Submits a Runnable task for execution and returns a Future representing that task. | ||
Submit(ICallable)Documentation for this section has not yet been entered. | ||
Submit(Java.Lang.IRunnable, Java.Lang.Object)Documentation for this section has not yet been entered. |
NewTaskFor(ICallable)Documentation for this section has not yet been entered. | ||
NewTaskFor(Java.Lang.IRunnable, Java.Lang.Object)Documentation for this section has not yet been entered. |