org.codehaus.wadi.aop.replication
Class FullStateExternalizable
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instanceIdFactory
protected final InstanceIdFactory instanceIdFactory
marshaller
protected final WireMarshaller marshaller
memento
protected final ClusteredStateSessionMemento memento
FullStateExternalizable
public FullStateExternalizable(InstanceIdFactory instanceIdFactory,
WireMarshaller marshaller,
ClusteredStateSessionMemento memento)
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 © 2011. All Rights Reserved.