public interface  org.apache.camel.component.file.GenericFileProcessStrategy extends java.lang.Object
{
public abstract void prepareOnStartup(org.apache.camel.component.file.GenericFileOperations, org.apache.camel.component.file.GenericFileEndpoint) throws java.lang.Exception;
public abstract boolean begin(org.apache.camel.component.file.GenericFileOperations, org.apache.camel.component.file.GenericFileEndpoint, org.apache.camel.Exchange, org.apache.camel.component.file.GenericFile) throws java.lang.Exception;
public abstract void abort(org.apache.camel.component.file.GenericFileOperations, org.apache.camel.component.file.GenericFileEndpoint, org.apache.camel.Exchange, org.apache.camel.component.file.GenericFile) throws java.lang.Exception;
public abstract void commit(org.apache.camel.component.file.GenericFileOperations, org.apache.camel.component.file.GenericFileEndpoint, org.apache.camel.Exchange, org.apache.camel.component.file.GenericFile) throws java.lang.Exception;
public abstract void rollback(org.apache.camel.component.file.GenericFileOperations, org.apache.camel.component.file.GenericFileEndpoint, org.apache.camel.Exchange, org.apache.camel.component.file.GenericFile) throws java.lang.Exception;
}