Class ReadDataReply
- java.lang.Object
 - 
- org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
 - 
- org.opendaylight.controller.cluster.datastore.messages.ReadDataReply
 
 
 
- 
- All Implemented Interfaces:
 Externalizable,Serializable,SerializableMessage
public class ReadDataReply extends VersionedExternalizableMessage
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReadDataReply()ReadDataReply(NormalizedNode normalizedNode, short version) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadDataReplyfromSerializable(Object serializable)NormalizedNodegetNormalizedNode()static booleanisSerializedType(Object message)voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)- 
Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ReadDataReply
public ReadDataReply()
 
- 
ReadDataReply
public ReadDataReply(NormalizedNode normalizedNode, short version)
 
 - 
 
- 
Method Detail
- 
getNormalizedNode
public NormalizedNode getNormalizedNode()
 
- 
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
 readExternalin interfaceExternalizable- Overrides:
 readExternalin classVersionedExternalizableMessage- Throws:
 IOExceptionClassNotFoundException
 
- 
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
 writeExternalin interfaceExternalizable- Overrides:
 writeExternalin classVersionedExternalizableMessage- Throws:
 IOException
 
- 
fromSerializable
public static ReadDataReply fromSerializable(Object serializable)
 
- 
isSerializedType
public static boolean isSerializedType(Object message)
 
 - 
 
 -