
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.
|
String[] |
getNames() |
afterExecute, checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCachepublic boolean beforeExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws IOException
OServerCommandbeforeExecute in interface OServerCommandbeforeExecute in class OServerCommandAbstractiResponse - TODOIOExceptionpublic boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws Exception
OServerCommandExceptionpublic String[] getNames()
Copyright © 2009–2018 OrientDB. All rights reserved.