Class OCleanOutRecordResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OCleanOutRecordResponse
- All Implemented Interfaces:
OBinaryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OCleanOutRecordResponse
public OCleanOutRecordResponse() -
OCleanOutRecordResponse
public OCleanOutRecordResponse(boolean result)
-
-
Method Details
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
getResult
public boolean getResult()
-