Class SerializableBatch

java.lang.Object
org.apache.jackrabbit.spi.commons.SerializableBatch
All Implemented Interfaces:
Serializable, Batch

public class SerializableBatch extends Object implements Batch, Serializable
SerializableBatch implements a serializable SPI Batch, which simply records all calls and replays them when asked for. The client of this batch must ensure that the passed QValue instances are serializable, otherwise the serializing the Batch will fail!
See Also: