ModeShape Distribution 3.0.0.Beta4

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

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

public static final class AddValueIfAbsentOperation.Externalizer
extends SchematicExternalizer<AddValueIfAbsentOperation>

See Also:
Serialized Form

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

Constructor Detail

AddValueIfAbsentOperation.Externalizer

public AddValueIfAbsentOperation.Externalizer()
Method Detail

writeObject

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

readObject

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

getId

public Integer getId()
Specified by:
getId in class SchematicExternalizer<AddValueIfAbsentOperation>

getTypeClasses

public Set<Class<? extends AddValueIfAbsentOperation>> getTypeClasses()
Specified by:
getTypeClasses in class SchematicExternalizer<AddValueIfAbsentOperation>

ModeShape Distribution 3.0.0.Beta4

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