Interface SerializableBatch.Operation
-
- All Superinterfaces:
Serializable
- Enclosing class:
- SerializableBatch
public static interface SerializableBatch.Operation extends 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 RepositoryException
Replays this operation on the givenbatch.- Parameters:
batch- the batch.- Throws:
RepositoryException- if an error occurs replaying the operation.
-
-