public interface OServerCommand
Modifier and Type | Method and Description |
---|---|
boolean |
afterExecute(OHttpRequest iRequest,
OHttpResponse iResponse)
Called after to execute.
|
boolean |
beforeExecute(OHttpRequest iRequest,
OHttpResponse iResponse)
Called before to execute.
|
void |
configure(OServer server) |
boolean |
execute(OHttpRequest iRequest,
OHttpResponse iResponse)
Executes the command requested.
|
String[] |
getNames() |
boolean beforeExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws Exception
iResponse
- TODOException
boolean afterExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws Exception
iResponse
- TODOException
boolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws Exception
Exception
String[] getNames()
void configure(OServer server)
Copyright © 2009–2020 OrientDB. All rights reserved.