public class ReadyTransactionReply extends VersionedExternalizableMessage
| Constructor and Description |
|---|
ReadyTransactionReply() |
ReadyTransactionReply(String cohortPath) |
ReadyTransactionReply(String cohortPath,
short version) |
| Modifier and Type | Method and Description |
|---|---|
static ReadyTransactionReply |
fromSerializable(Object serializable) |
String |
getCohortPath() |
static boolean |
isSerializedType(Object message) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getVersion, toSerializable, toStringpublic ReadyTransactionReply()
public ReadyTransactionReply(String cohortPath)
public ReadyTransactionReply(String cohortPath, short version)
public String getCohortPath()
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 ReadyTransactionReply fromSerializable(Object serializable)
public static boolean isSerializedType(Object message)
Copyright © 2019 OpenDaylight. All rights reserved.