Class Operations.Empty
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.batch.Operations.Empty
-
- All Implemented Interfaces:
Operation
- Direct Known Subclasses:
ConsolidatingChangeLog.CancelableOperations.Empty
- Enclosing class:
- Operations
public static class Operations.Empty extends Object implements Operation
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Batch batch)This method has no effect.booleanequals(Object other)inthashCode()StringtoString()
-
-
-
Method Detail
-
apply
public void apply(Batch batch) throws RepositoryException
This method has no effect. Apply this operation to the givenBatch- Specified by:
applyin interfaceOperation- Throws:
RepositoryException
-
-