ModeShape Distribution 3.0.0.Beta4

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

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

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

See Also:
Serialized Form

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

Constructor Detail

ClearOperation.Externalizer

public ClearOperation.Externalizer()
Method Detail

writeObject

public void writeObject(ObjectOutput output,
                        ClearOperation remove)
                 throws IOException
Throws:
IOException

readObject

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

getId

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

getTypeClasses

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

ModeShape Distribution 3.0.0.Beta4

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