Class CloseTransactionChain
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.messages.VersionedExternalizableMessage
-
- org.opendaylight.controller.cluster.datastore.messages.CloseTransactionChain
-
- All Implemented Interfaces:
Externalizable,Serializable,SerializableMessage,Identifiable<LocalHistoryIdentifier>
public class CloseTransactionChain extends VersionedExternalizableMessage implements Identifiable<LocalHistoryIdentifier>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloseTransactionChain()CloseTransactionChain(LocalHistoryIdentifier transactionChainId, short version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloseTransactionChainfromSerializable(Object serializable)LocalHistoryIdentifiergetIdentifier()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
-
CloseTransactionChain
public CloseTransactionChain()
-
CloseTransactionChain
public CloseTransactionChain(LocalHistoryIdentifier transactionChainId, short version)
-
-
Method Detail
-
getIdentifier
public LocalHistoryIdentifier getIdentifier()
- Specified by:
getIdentifierin interfaceIdentifiable<LocalHistoryIdentifier>
-
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 CloseTransactionChain fromSerializable(Object serializable)
-
isSerializedType
public static boolean isSerializedType(Object message)
-
-