Interface SerializableBatch.Operation
- 
- All Superinterfaces:
 java.io.Serializable
- Enclosing class:
 - SerializableBatch
 
public static interface SerializableBatch.Operation extends java.io.Serializable 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreplay(Batch batch)Replays this operation on the givenbatch. 
 - 
 
- 
- 
Method Detail
- 
replay
void replay(Batch batch) throws javax.jcr.RepositoryException
Replays this operation on the givenbatch.- Parameters:
 batch- the batch.- Throws:
 javax.jcr.RepositoryException- if an error occurs replaying the operation.
 
 - 
 
 -