org.jboss.weld.resources
Class SingleThreadScheduledExecutorServiceFactory

java.lang.Object
  extended by org.jboss.weld.resources.SingleThreadScheduledExecutorServiceFactory
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, org.jboss.weld.resources.spi.ScheduledExecutorServiceFactory

public class SingleThreadScheduledExecutorServiceFactory
extends Object
implements org.jboss.weld.resources.spi.ScheduledExecutorServiceFactory


Constructor Summary
SingleThreadScheduledExecutorServiceFactory()
           
 
Method Summary
 void cleanup()
           
 ScheduledExecutorService get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleThreadScheduledExecutorServiceFactory

public SingleThreadScheduledExecutorServiceFactory()
Method Detail

get

public ScheduledExecutorService get()
Specified by:
get in interface org.jboss.weld.resources.spi.ScheduledExecutorServiceFactory

cleanup

public void cleanup()
Specified by:
cleanup in interface org.jboss.weld.bootstrap.api.Service


Copyright © 2013 Seam Framework. All Rights Reserved.