public class OOpen37Request extends Object implements OBinaryRequest<OOpen37Response>
Constructor and Description |
---|
OOpen37Request() |
OOpen37Request(String databaseName,
String userName,
String userPassword) |
Modifier and Type | Method and Description |
---|---|
OOpen37Response |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDatabaseName() |
String |
getDescription() |
String |
getUserName() |
String |
getUserPassword() |
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<OOpen37Response>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OOpen37Response>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OOpen37Response>
public String getDescription()
getDescription
in interface OBinaryRequest<OOpen37Response>
public String getDatabaseName()
public String getUserName()
public String getUserPassword()
public boolean requireDatabaseSession()
requireDatabaseSession
in interface OBinaryRequest<OOpen37Response>
public OOpen37Response createResponse()
createResponse
in interface OBinaryRequest<OOpen37Response>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OOpen37Response>
Copyright © 2009–2020 OrientDB. All rights reserved.