com.sun.enterprise.v3.server
Class ScheduledExecutorServiceFactory

java.lang.Object
  extended by com.sun.enterprise.v3.server.ScheduledExecutorServiceFactory
All Implemented Interfaces:
org.glassfish.hk2.Factory

@Service
@FactoryFor(value=java.util.concurrent.ScheduledExecutorService.class)
public class ScheduledExecutorServiceFactory
extends Object
implements org.jvnet.hk2.component.Factory

Factory to create the scheduled executor service

Author:
Jerome Dochez

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

Constructor Detail

ScheduledExecutorServiceFactory

public ScheduledExecutorServiceFactory()
Method Detail

get

public Object get()
           throws org.jvnet.hk2.component.ComponentException
Specified by:
get in interface org.glassfish.hk2.Factory
Throws:
org.jvnet.hk2.component.ComponentException


Copyright © 2012. All Rights Reserved.