org.infinispan.marshall.jboss.externalizers
Class ReplicableCommandExternalizer

java.lang.Object
  extended by org.infinispan.marshall.jboss.externalizers.ReplicableCommandExternalizer
All Implemented Interfaces:
Externalizer, org.jboss.marshalling.ObjectTable.Writer
Direct Known Subclasses:
StateTransferControlCommandExternalizer

public class ReplicableCommandExternalizer
extends Object
implements Externalizer

ReplicableCommandExternalizer.

Since:
4.0
Author:
Galder ZamarreƱo

Constructor Summary
ReplicableCommandExternalizer()
           
 
Method Summary
 void init(RemoteCommandFactory cmdFactory)
           
 Object readObject(org.jboss.marshalling.Unmarshaller input)
          Read an instance from the stream.
 void writeObject(org.jboss.marshalling.Marshaller output, Object subject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicableCommandExternalizer

public ReplicableCommandExternalizer()
Method Detail

init

public void init(RemoteCommandFactory cmdFactory)

writeObject

public void writeObject(org.jboss.marshalling.Marshaller output,
                        Object subject)
                 throws IOException
Specified by:
writeObject in interface org.jboss.marshalling.ObjectTable.Writer
Throws:
IOException

readObject

public Object readObject(org.jboss.marshalling.Unmarshaller input)
                  throws IOException,
                         ClassNotFoundException
Description copied from interface: Externalizer
Read an instance from the stream. The instance will have been written by the #writeObject(Object) method.

Specified by:
readObject in interface Externalizer
Parameters:
input - the unmarshaller to read from
Returns:
the object instance
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found


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