org.apache.camel.component.file.strategy
Class NoOpFileProcessStrategy

java.lang.Object
  extended by org.apache.camel.component.file.strategy.FileProcessStrategySupport
      extended by org.apache.camel.component.file.strategy.NoOpFileProcessStrategy
All Implemented Interfaces:
FileProcessStrategy

public class NoOpFileProcessStrategy
extends FileProcessStrategySupport

A simple strategy which does not move or delete the processed files in any way.

Version:
$Revision: 46133 $

Constructor Summary
NoOpFileProcessStrategy()
           
NoOpFileProcessStrategy(boolean isLock)
           
 
Method Summary
 
Methods inherited from class org.apache.camel.component.file.strategy.FileProcessStrategySupport
begin, commit, getLockFileRenamer, isLockFile, rollback, setLockFile, setLockFileRenamer, unlockFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpFileProcessStrategy

public NoOpFileProcessStrategy()

NoOpFileProcessStrategy

public NoOpFileProcessStrategy(boolean isLock)


Copyright © 2009 IONA Open Source Community. All Rights Reserved.