org.apache.camel.component.file.strategy
Class GenericFileNoOpProcessStrategy<T>

java.lang.Object
  extended by org.apache.camel.component.file.strategy.GenericFileProcessStrategySupport<T>
      extended by org.apache.camel.component.file.strategy.GenericFileNoOpProcessStrategy<T>
All Implemented Interfaces:
GenericFileProcessStrategy<T>

public class GenericFileNoOpProcessStrategy<T>
extends GenericFileProcessStrategySupport<T>


Field Summary
 
Fields inherited from class org.apache.camel.component.file.strategy.GenericFileProcessStrategySupport
exclusiveReadLockStrategy, log
 
Constructor Summary
GenericFileNoOpProcessStrategy()
           
 
Method Summary
 
Methods inherited from class org.apache.camel.component.file.strategy.GenericFileProcessStrategySupport
begin, commit, getExclusiveReadLockStrategy, rollback, setExclusiveReadLockStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFileNoOpProcessStrategy

public GenericFileNoOpProcessStrategy()


Apache CAMEL