org.codehaus.wadi.aop.replication
Class UpdatedStateExternalizable

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

public class UpdatedStateExternalizable
extends FullStateExternalizable

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

Field Summary
 
Fields inherited from class org.codehaus.wadi.aop.replication.FullStateExternalizable
instanceIdFactory, marshaller, memento
 
Constructor Summary
UpdatedStateExternalizable(InstanceIdFactory instanceIdFactory, WireMarshaller marshaller, ClusteredStateSessionMemento memento)
           
 
Method Summary
protected  byte[] serialize()
           
 
Methods inherited from class org.codehaus.wadi.aop.replication.FullStateExternalizable
readExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatedStateExternalizable

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

serialize

protected byte[] serialize()
Overrides:
serialize in class FullStateExternalizable


Copyright © 2008. All Rights Reserved.