org.jvnet.mimepull
Class CleanUpExecutorFactory

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

public abstract class CleanUpExecutorFactory
extends java.lang.Object


Constructor Summary
protected CleanUpExecutorFactory()
           
 
Method Summary
abstract  java.util.concurrent.Executor getExecutor()
           
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()

getExecutor

public abstract java.util.concurrent.Executor getExecutor()


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