Class AsynchronousWorkSerializer
java.lang.Object
org.eclipse.net4j.util.concurrent.AsynchronousWorkSerializer
- All Implemented Interfaces:
Runnable
,IExecutorServiceProvider
,IWorkSerializer
@Deprecated
public class AsynchronousWorkSerializer
extends Object
implements IWorkSerializer, IExecutorServiceProvider, Runnable
Deprecated.
- Author:
- Eike Stepper
-
Constructor Summary
ConstructorDescriptionAsynchronousWorkSerializer
(ExecutorService executorService) Deprecated.AsynchronousWorkSerializer
(ExecutorService executorService, Queue<Runnable> workQueue) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.void
dispose()
Deprecated.Deprecated.void
run()
Deprecated.Executed in the context of theexecutor service
.toString()
Deprecated.
-
Constructor Details
-
AsynchronousWorkSerializer
Deprecated. -
AsynchronousWorkSerializer
Deprecated.
-
-
Method Details
-
getExecutorService
Deprecated.- Specified by:
getExecutorService
in interfaceIExecutorServiceProvider
-
addWork
Deprecated.- Specified by:
addWork
in interfaceIWorkSerializer
-
run
public void run()Deprecated.Executed in the context of theexecutor service
. -
dispose
public void dispose()Deprecated.- Specified by:
dispose
in interfaceIWorkSerializer
-
toString
Deprecated.
-
ExecutorWorkSerializer
.