org.codehaus.wadi.replication.common
Class ReplicaStorageInfo

java.lang.Object
  extended by org.codehaus.wadi.replication.common.ReplicaStorageInfo
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

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

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

Constructor Summary
ReplicaStorageInfo()
           
ReplicaStorageInfo(ReplicaInfo replicaInfo, byte[] serializedPayload)
           
 
Method Summary
 ReplicaInfo getReplicaInfo()
           
 byte[] getSerializedPayload()
           
 int getVersion()
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicaStorageInfo

public ReplicaStorageInfo()

ReplicaStorageInfo

public ReplicaStorageInfo(ReplicaInfo replicaInfo,
                          byte[] serializedPayload)
Method Detail

getReplicaInfo

public ReplicaInfo getReplicaInfo()

getSerializedPayload

public byte[] getSerializedPayload()

getVersion

public int getVersion()

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


Copyright © 2008. All Rights Reserved.