org.codehaus.wadi.replication.common
Class ReplicaStorageInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplicaStorageInfo
public ReplicaStorageInfo()
ReplicaStorageInfo
public ReplicaStorageInfo(ReplicaInfo replicaInfo,
byte[] serializedPayload)
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.