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  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 Executor getExecutor()


Copyright © 2012 Oracle Corporation. All Rights Reserved.