Class AsynchronousWorkSerializer

    • Constructor Summary

      Constructors 
      Constructor Description
      AsynchronousWorkSerializer​(java.util.concurrent.ExecutorService executorService)
      Deprecated.
       
      AsynchronousWorkSerializer​(java.util.concurrent.ExecutorService executorService, java.util.Queue<java.lang.Runnable> workQueue)
      Deprecated.
       
    • Constructor Detail

      • AsynchronousWorkSerializer

        public AsynchronousWorkSerializer​(java.util.concurrent.ExecutorService executorService,
                                          java.util.Queue<java.lang.Runnable> workQueue)
        Deprecated.
      • AsynchronousWorkSerializer

        public AsynchronousWorkSerializer​(java.util.concurrent.ExecutorService executorService)
        Deprecated.
    • Method Detail

      • addWork

        public boolean addWork​(java.lang.Runnable work)
        Deprecated.
        Specified by:
        addWork in interface IWorkSerializer
      • run

        public void run()
        Deprecated.
        Executed in the context of the executor service.

        Specified by:
        run in interface java.lang.Runnable
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object