Class OfficeFloorExecutorServiceFactory

  • All Implemented Interfaces:
    org.glassfish.hk2.api.Factory<javax.enterprise.concurrent.ManagedExecutorService>

    public class OfficeFloorExecutorServiceFactory
    extends java.lang.Object
    implements org.glassfish.hk2.api.Factory<javax.enterprise.concurrent.ManagedExecutorService>
    OfficeFloor ExecutorService Factory.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      OfficeFloorExecutorServiceFactory​(javax.servlet.http.HttpServletRequest request, org.glassfish.jersey.process.internal.RequestScope scope)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose​(javax.enterprise.concurrent.ManagedExecutorService instance)  
      javax.enterprise.concurrent.ManagedExecutorService provide()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OfficeFloorExecutorServiceFactory

        @Inject
        public OfficeFloorExecutorServiceFactory​(javax.servlet.http.HttpServletRequest request,
                                                 org.glassfish.jersey.process.internal.RequestScope scope)
        Instantiate.
        Parameters:
        request - HttpServletRequest.
        scope - RequestScope.
    • Method Detail

      • provide

        public javax.enterprise.concurrent.ManagedExecutorService provide()
        Specified by:
        provide in interface org.glassfish.hk2.api.Factory<javax.enterprise.concurrent.ManagedExecutorService>
      • dispose

        public void dispose​(javax.enterprise.concurrent.ManagedExecutorService instance)
        Specified by:
        dispose in interface org.glassfish.hk2.api.Factory<javax.enterprise.concurrent.ManagedExecutorService>