public class OCloseRequest extends Object implements OBinaryRequest<OBinaryResponse>
Constructor and Description |
---|
OCloseRequest() |
Modifier and Type | Method and Description |
---|---|
OBinaryResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor ex) |
byte |
getCommand() |
String |
getDescription() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
boolean |
requireDatabaseSession() |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requiredServerRole, requireServerUser
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OBinaryResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OBinaryResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OBinaryResponse>
public String getDescription()
getDescription
in interface OBinaryRequest<OBinaryResponse>
public boolean requireDatabaseSession()
requireDatabaseSession
in interface OBinaryRequest<OBinaryResponse>
public OBinaryResponse createResponse()
createResponse
in interface OBinaryRequest<OBinaryResponse>
public OBinaryResponse execute(OBinaryRequestExecutor ex)
execute
in interface OBinaryRequest<OBinaryResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.