org.infinispan.atomic
Class PutOperation<K,V>

java.lang.Object
  extended by org.infinispan.atomic.Operation<K,V>
      extended by org.infinispan.atomic.PutOperation<K,V>
All Implemented Interfaces:
Externalizable, Serializable

public class PutOperation<K,V>
extends Operation<K,V>

See Also:
Serialized Form

Constructor Summary
PutOperation()
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void replay(Map<K,V> delegate)
           
 void rollback(Map<K,V> delegate)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutOperation

public PutOperation()
Method Detail

rollback

public void rollback(Map<K,V> delegate)
Specified by:
rollback in class Operation<K,V>

replay

public void replay(Map<K,V> delegate)
Specified by:
replay in class Operation<K,V>

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class Operation<K,V>
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class Operation<K,V>
Throws:
IOException
ClassNotFoundException


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.