Java.Util.Concurrent.AbstractExecutorService: Method Members

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

Public Methods

abstract
AwaitTermination(long, TimeUnit) : bool
Documentation for this section has not yet been entered.
AwaitTerminationAsync(long, TimeUnit) : System.Threading.Tasks.Task<bool>
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) : IList
Documentation for this section has not yet been entered.
InvokeAll(ICollection, long, TimeUnit) : IList
Documentation for this section has not yet been entered.
InvokeAny(ICollection) : Java.Lang.Object
Documentation for this section has not yet been entered.
InvokeAny(ICollection, long, TimeUnit) : Java.Lang.Object
Documentation for this section has not yet been entered.
abstract
Shutdown()
Documentation for this section has not yet been entered.
abstract
ShutdownNow() : IList<Java.Lang.IRunnable>
Documentation for this section has not yet been entered.
Submit(Java.Lang.IRunnable) : IFuture
Submits a Runnable task for execution and returns a Future representing that task.
Submit(ICallable) : IFuture
Documentation for this section has not yet been entered.
Submit(Java.Lang.IRunnable, Java.Lang.Object) : IFuture
Documentation for this section has not yet been entered.

Protected Methods

NewTaskFor(ICallable) : IRunnableFuture
Documentation for this section has not yet been entered.
NewTaskFor(Java.Lang.IRunnable, Java.Lang.Object) : IRunnableFuture
Documentation for this section has not yet been entered.