
public class OShutdownRequest extends java.lang.Object implements OBinaryRequest<OBinaryResponse>
| Constructor and Description |
|---|
OShutdownRequest() |
OShutdownRequest(java.lang.String rootUser,
java.lang.String rootPassword) |
| Modifier and Type | Method and Description |
|---|---|
OBinaryResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
java.lang.String |
getDescription() |
java.lang.String |
getRootPassword() |
java.lang.String |
getRootUser() |
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, waitrequiredServerRole, requireServerUserpublic OShutdownRequest(java.lang.String rootUser,
java.lang.String rootPassword)
public OShutdownRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws java.io.IOException
write in interface OBinaryRequest<OBinaryResponse>java.io.IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws java.io.IOException
read in interface OBinaryRequest<OBinaryResponse>java.io.IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OBinaryResponse>public java.lang.String getDescription()
getDescription in interface OBinaryRequest<OBinaryResponse>public java.lang.String getRootPassword()
public java.lang.String getRootUser()
public OBinaryResponse createResponse()
createResponse in interface OBinaryRequest<OBinaryResponse>public boolean requireDatabaseSession()
requireDatabaseSession in interface OBinaryRequest<OBinaryResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OBinaryResponse>Copyright © 2009–2023 OrientDB. All rights reserved.