org.jvnet.mimepull
Class CleanUpExecutorFactory

java.lang.Object
  extended by org.jvnet.mimepull.CleanUpExecutorFactory

public abstract class CleanUpExecutorFactory
extends Object


Constructor Summary
protected CleanUpExecutorFactory()
           
 
Method Summary
abstract  ScheduledExecutorService getScheduledExecutorService()
           
static CleanUpExecutorFactory newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanUpExecutorFactory

protected CleanUpExecutorFactory()
Method Detail

newInstance

public static CleanUpExecutorFactory newInstance()

getScheduledExecutorService

public abstract ScheduledExecutorService getScheduledExecutorService()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.