Interface SerializableBatch.Operation

  • All Superinterfaces:
    java.io.Serializable
    Enclosing class:
    SerializableBatch

    public static interface SerializableBatch.Operation
    extends java.io.Serializable
    • Method Detail

      • replay

        void replay​(Batch batch)
             throws javax.jcr.RepositoryException
        Replays this operation on the given batch.
        Parameters:
        batch - the batch.
        Throws:
        javax.jcr.RepositoryException - if an error occurs replaying the operation.