public class CloseTransactionChain extends VersionedExternalizableMessage implements org.opendaylight.yangtools.concepts.Identifiable<LocalHistoryIdentifier>
| Constructor and Description |
|---|
CloseTransactionChain() |
CloseTransactionChain(LocalHistoryIdentifier transactionChainId,
short version) |
| Modifier and Type | Method and Description |
|---|---|
static CloseTransactionChain |
fromSerializable(Object serializable) |
LocalHistoryIdentifier |
getIdentifier() |
static boolean |
isSerializedType(Object message) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getVersion, toSerializable, toStringpublic CloseTransactionChain()
public CloseTransactionChain(LocalHistoryIdentifier transactionChainId, short version)
public LocalHistoryIdentifier getIdentifier()
getIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<LocalHistoryIdentifier>public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class VersionedExternalizableMessageIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class VersionedExternalizableMessageIOExceptionpublic static CloseTransactionChain fromSerializable(Object serializable)
public static boolean isSerializedType(Object message)
Copyright © 2019 OpenDaylight. All rights reserved.