Class ManagedAsyncJobExecutor

  • All Implemented Interfaces:
    AsyncExecutor

    @Deprecated
    public class ManagedAsyncJobExecutor
    extends DefaultAsyncJobExecutor
    Deprecated.
    The factory should be configured in the engine configuration
    Simple JSR-236 async job executor to allocate threads through ManagedThreadFactory. Falls back to AsyncExecutor when a thread factory was not referenced in configuration. In Java EE 7, all application servers should provide access to a ManagedThreadFactory.
    Author:
    Dimitris Mandalidis
    • Field Detail

      • threadFactory

        protected javax.enterprise.concurrent.ManagedThreadFactory threadFactory
        Deprecated.
    • Constructor Detail

      • ManagedAsyncJobExecutor

        public ManagedAsyncJobExecutor()
        Deprecated.
    • Method Detail

      • getThreadFactory

        public javax.enterprise.concurrent.ManagedThreadFactory getThreadFactory()
        Deprecated.
      • setThreadFactory

        public void setThreadFactory​(javax.enterprise.concurrent.ManagedThreadFactory threadFactory)
        Deprecated.