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 just locks the file but does not modify it

Version:
$Revision: 35332 $

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

Constructor Detail

NoOpFileProcessStrategy

public NoOpFileProcessStrategy()


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