Package org.jboss.weld.resources
Class SingleThreadScheduledExecutorServiceFactory
- java.lang.Object
-
- org.jboss.weld.resources.SingleThreadScheduledExecutorServiceFactory
-
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service,org.jboss.weld.resources.spi.ScheduledExecutorServiceFactory
@Deprecated public class SingleThreadScheduledExecutorServiceFactory extends Object implements org.jboss.weld.resources.spi.ScheduledExecutorServiceFactory
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SingleThreadScheduledExecutorServiceFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcleanup()Deprecated.ScheduledExecutorServiceget()Deprecated.
-
-
-
Method Detail
-
get
public ScheduledExecutorService get()
Deprecated.- Specified by:
getin interfaceorg.jboss.weld.resources.spi.ScheduledExecutorServiceFactory
-
cleanup
public void cleanup()
Deprecated.- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-
-