
public class OServerCommandGetDisconnect extends OServerCommandAbstract
server| Constructor and Description |
|---|
OServerCommandGetDisconnect() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
beforeExecute(OHttpRequest iRequest,
OHttpResponse iResponse)
Called before to execute.
|
boolean |
execute(OHttpRequest iRequest,
OHttpResponse iResponse)
Executes the command requested.
|
java.lang.String[] |
getNames() |
afterExecute, checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCachepublic boolean beforeExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.io.IOException
OServerCommandbeforeExecute in interface OServerCommandbeforeExecute in class OServerCommandAbstractiResponse - TODOjava.io.IOExceptionpublic boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.lang.Exception
OServerCommandjava.lang.Exceptionpublic java.lang.String[] getNames()
Copyright © 2009–2022 OrientDB. All rights reserved.