Class CreateTransactionReply
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
org.opendaylight.controller.cluster.datastore.messages.CreateTransactionReply
- All Implemented Interfaces:
Externalizable,Serializable,SerializableMessage
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateTransactionReply(String transactionPath, TransactionIdentifier transactionId, short version) -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateTransactionReplyfromSerializable(Object serializable) static booleanisSerializedType(Object message) voidtoString()voidMethods inherited from class org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
getStreamVersion, getVersion, toSerializable
-
Constructor Details
-
CreateTransactionReply
public CreateTransactionReply() -
CreateTransactionReply
public CreateTransactionReply(String transactionPath, TransactionIdentifier transactionId, short version)
-
-
Method Details
-
getTransactionPath
-
getTransactionId
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classVersionedExternalizableMessage- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classVersionedExternalizableMessage- Throws:
IOException
-
toString
- Overrides:
toStringin classVersionedExternalizableMessage
-
fromSerializable
-
isSerializedType
-