Class OCloseRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OCloseRequest
- All Implemented Interfaces:
OBinaryRequest<OBinaryResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytevoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) booleanvoidwrite(OChannelDataOutput network, ORemoteClientSession session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.client.remote.OBinaryRequest
requiredServerRole, requireServerUser
-
Constructor Details
-
OCloseRequest
public OCloseRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OBinaryResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OBinaryResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OBinaryResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OBinaryResponse>
-
requireDatabaseSession
public boolean requireDatabaseSession()- Specified by:
requireDatabaseSessionin interfaceOBinaryRequest<OBinaryResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OBinaryResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OBinaryResponse>
-