public interface  org.apache.camel.spi.OptimisticLockingAggregationRepository extends java.lang.Object implements org.apache.camel.spi.AggregationRepository
{
public abstract org.apache.camel.Exchange add(org.apache.camel.CamelContext, java.lang.String, org.apache.camel.Exchange, org.apache.camel.Exchange) throws org.apache.camel.spi.OptimisticLockingAggregationRepository$OptimisticLockingException;
public abstract void remove(org.apache.camel.CamelContext, java.lang.String, org.apache.camel.Exchange) throws org.apache.camel.spi.OptimisticLockingAggregationRepository$OptimisticLockingException;
}