Class ChangeLogImpl

java.lang.Object
org.apache.jackrabbit.spi.commons.batch.AbstractChangeLog<Operation>
org.apache.jackrabbit.spi.commons.batch.ChangeLogImpl
All Implemented Interfaces:
Batch, ChangeLog

public class ChangeLogImpl extends AbstractChangeLog<Operation>
This ChangeLog implementation simply keeps back all calls to its Batch methods as a list of AbstractChangeLog.operations (with item of type Operation). When applied to a batch, all operations in the list are applied to that batch.