org.apache.jackrabbit.spi.commons
Interface SerializableBatch.Operation

All Superinterfaces:
Serializable
Enclosing class:
SerializableBatch

public static interface SerializableBatch.Operation
extends Serializable


Method Summary
 void replay(Batch batch)
          Replays this operation on the given batch.
 

Method Detail

replay

void replay(Batch batch)
            throws RepositoryException
Replays this operation on the given batch.

Parameters:
batch - the batch.
Throws:
RepositoryException - if an error occurs replaying the operation.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.