Package net.officefloor.jaxrs
Class OfficeFloorExecutorServiceFactory
- java.lang.Object
-
- net.officefloor.jaxrs.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>
- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
OfficeFloorExecutorServiceFactory.OfficeFloorExecutorService
OfficeFloor
ExecutorService
.
-
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()
-
-
-
Method Detail
-
provide
public javax.enterprise.concurrent.ManagedExecutorService provide()
- Specified by:
provide
in interfaceorg.glassfish.hk2.api.Factory<javax.enterprise.concurrent.ManagedExecutorService>
-
dispose
public void dispose(javax.enterprise.concurrent.ManagedExecutorService instance)
- Specified by:
dispose
in interfaceorg.glassfish.hk2.api.Factory<javax.enterprise.concurrent.ManagedExecutorService>
-
-