org.codehaus.wadi.aop.replication
Class ClusteredStateAttributesMemento

java.lang.Object
  extended by org.codehaus.wadi.core.session.StandardAttributesMemento
      extended by org.codehaus.wadi.core.session.DistributableAttributesMemento
          extended by org.codehaus.wadi.aop.replication.ClusteredStateAttributesMemento
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

@ClusteredState
public class ClusteredStateAttributesMemento
extends DistributableAttributesMemento

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

Field Summary
protected  java.util.Map<java.lang.Object,java.lang.Object> attributes
           
 
Constructor Summary
ClusteredStateAttributesMemento()
           
 
Method Summary
protected  java.util.Map<java.lang.Object,java.lang.Object> newAttributesMap()
           
 void onRestore()
           
 
Methods inherited from class org.codehaus.wadi.core.session.DistributableAttributesMemento
readExternal, writeExternal
 
Methods inherited from class org.codehaus.wadi.core.session.StandardAttributesMemento
getAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected java.util.Map<java.lang.Object,java.lang.Object> attributes
Constructor Detail

ClusteredStateAttributesMemento

public ClusteredStateAttributesMemento()
Method Detail

newAttributesMap

protected java.util.Map<java.lang.Object,java.lang.Object> newAttributesMap()
Overrides:
newAttributesMap in class StandardAttributesMemento

onRestore

public void onRestore()


Copyright © 2010. All Rights Reserved.