Class Operations.Empty
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.batch.Operations.Empty
-
- All Implemented Interfaces:
Operation
- Enclosing class:
- Operations
public static class Operations.Empty extends java.lang.Object implements Operation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Batch batch)This method has no effect.booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
apply
public void apply(Batch batch) throws javax.jcr.RepositoryException
This method has no effect. Apply this operation to the givenBatch
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-