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