ModeShape Distribution 3.0.0.Alpha4

org.infinispan.schematic.internal.delta
Class ArrayOperation

java.lang.Object
  extended by org.infinispan.schematic.internal.delta.Operation
      extended by org.infinispan.schematic.internal.delta.ArrayOperation
Direct Known Subclasses:
AddValueOperation, ClearOperation, RemoveAllValuesOperation, RemoveAtIndexOperation, RemoveValueOperation, RetainAllValuesOperation, SetValueOperation

@Immutable
public abstract class ArrayOperation
extends Operation

An atomic operation on an Array for SchematicValueDelta.

Since:
5.1
Author:
(various)

Field Summary
 
Fields inherited from class org.infinispan.schematic.internal.delta.Operation
parentPath
 
Constructor Summary
protected ArrayOperation(Path path)
           
 
Method Summary
protected  MutableArray mutableParent(MutableDocument delegate)
           
 
Methods inherited from class org.infinispan.schematic.internal.delta.Operation
getParentPath, replay, rollback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayOperation

protected ArrayOperation(Path path)
Method Detail

mutableParent

protected MutableArray mutableParent(MutableDocument delegate)
Overrides:
mutableParent in class Operation

ModeShape Distribution 3.0.0.Alpha4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.