
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.
|
java.lang.String[] |
getNames() |
boolean beforeExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.lang.Exception
iResponse - TODOjava.lang.Exceptionboolean afterExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.lang.Exception
iResponse - TODOjava.lang.Exceptionboolean execute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.lang.Exception
java.lang.Exceptionjava.lang.String[] getNames()
void configure(OServer server)
Copyright © 2009–2022 OrientDB. All rights reserved.