ModeShape Distribution 3.0.0.Alpha4

org.infinispan.schematic.internal.delta
Class SetValueOperation.Externalizer

java.lang.Object
  extended by org.infinispan.marshall.AbstractExternalizer<SetValueOperation>
      extended by org.infinispan.schematic.internal.delta.SetValueOperation.Externalizer
All Implemented Interfaces:
Serializable, org.infinispan.marshall.AdvancedExternalizer<SetValueOperation>, org.infinispan.marshall.Externalizer<SetValueOperation>
Enclosing class:
SetValueOperation

public static class SetValueOperation.Externalizer
extends org.infinispan.marshall.AbstractExternalizer<SetValueOperation>

See Also:
Serialized Form

Constructor Summary
SetValueOperation.Externalizer()
           
 
Method Summary
 Integer getId()
           
 Set<Class<? extends SetValueOperation>> getTypeClasses()
           
 SetValueOperation readObject(ObjectInput input)
           
 void writeObject(ObjectOutput output, SetValueOperation put)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetValueOperation.Externalizer

public SetValueOperation.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        SetValueOperation put)
                 throws IOException
Throws:
IOException

readObject

public SetValueOperation readObject(ObjectInput input)
                             throws IOException,
                                    ClassNotFoundException
Throws:
IOException
ClassNotFoundException

getId

public Integer getId()
Specified by:
getId in interface org.infinispan.marshall.AdvancedExternalizer<SetValueOperation>
Overrides:
getId in class org.infinispan.marshall.AbstractExternalizer<SetValueOperation>

getTypeClasses

public Set<Class<? extends SetValueOperation>> getTypeClasses()

ModeShape Distribution 3.0.0.Alpha4

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