Class ReadyTransactionReply
- java.lang.Object
 - 
- org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
 - 
- org.opendaylight.controller.cluster.datastore.messages.ReadyTransactionReply
 
 
 
- 
- All Implemented Interfaces:
 Externalizable,Serializable,SerializableMessage
public class ReadyTransactionReply extends VersionedExternalizableMessage
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReadyTransactionReply()ReadyTransactionReply(String cohortPath)ReadyTransactionReply(String cohortPath, short version) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadyTransactionReplyfromSerializable(Object serializable)StringgetCohortPath()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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getCohortPath
public String getCohortPath()
 
- 
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 ReadyTransactionReply fromSerializable(Object serializable)
 
- 
isSerializedType
public static boolean isSerializedType(Object message)
 
 - 
 
 -