org.codehaus.wadi.aop.replication
Class FullStateExternalizable

java.lang.Object
  extended by org.codehaus.wadi.aop.replication.FullStateExternalizable
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
UpdatedStateExternalizable

public class FullStateExternalizable
extends java.lang.Object
implements java.io.Externalizable

Version:
$Revision: 1538 $
See Also:
Serialized Form

Field Summary
protected  InstanceIdFactory instanceIdFactory
           
protected  WireMarshaller marshaller
           
protected  ClusteredStateSessionMemento memento
           
 
Constructor Summary
FullStateExternalizable(InstanceIdFactory instanceIdFactory, WireMarshaller marshaller, ClusteredStateSessionMemento memento)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
protected  byte[] serialize()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instanceIdFactory

protected final InstanceIdFactory instanceIdFactory

marshaller

protected final WireMarshaller marshaller

memento

protected final ClusteredStateSessionMemento memento
Constructor Detail

FullStateExternalizable

public FullStateExternalizable(InstanceIdFactory instanceIdFactory,
                               WireMarshaller marshaller,
                               ClusteredStateSessionMemento memento)
Method Detail

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

serialize

protected byte[] serialize()


Copyright © 2010. All Rights Reserved.