Class OServerCommandBackupManager
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
com.orientechnologies.agent.http.command.OServerCommandDistributedAuthenticated
com.orientechnologies.agent.http.command.OServerCommandDistributedScope
com.orientechnologies.agent.http.command.OServerCommandBackupManager
- All Implemented Interfaces:
OServerCommand
Created by Enrico Risa on 22/03/16.
-
Field Summary
Fields inherited from class com.orientechnologies.agent.http.command.OServerCommandDistributedScope
enterpriseServerFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
serverPassword, serverUserFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
server -
Constructor Summary
ConstructorsConstructorDescriptionOServerCommandBackupManager(OBackupService manager, OEnterpriseServer server) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoDelete(OHttpRequest iRequest, OHttpResponse iResponse) protected voiddoGet(OHttpRequest iRequest, OHttpResponse iResponse) protected voiddoPost(OHttpRequest iRequest, OHttpResponse iResponse) protected voiddoPut(OHttpRequest iRequest, OHttpResponse iResponse) booleanexecute(OHttpRequest iRequest, OHttpResponse iResponse) Executes the command requested.String[]getNames()Methods inherited from class com.orientechnologies.agent.http.command.OServerCommandDistributedScope
getProfiledDatabaseInstanceMethods inherited from class com.orientechnologies.agent.http.command.OServerCommandDistributedAuthenticated
isLocalNodeMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
authenticate, authenticate, beforeExecute, checkGuestAccess, getResource, getUser, sendAuthorizationRequest, sendNotAuthorizedResponseMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
afterExecute, checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
-
Constructor Details
-
OServerCommandBackupManager
-
-
Method Details
-
execute
Description copied from interface:OServerCommandExecutes the command requested.- Specified by:
executein interfaceOServerCommand- Overrides:
executein classOServerCommandDistributedScope- Returns:
- boolean value that indicates if this command is part of a chain
- Throws:
Exception
-
doPost
- Overrides:
doPostin classOServerCommandDistributedScope- Throws:
IOException
-
doPut
- Overrides:
doPutin classOServerCommandDistributedScope- Throws:
IOException
-
doGet
- Overrides:
doGetin classOServerCommandDistributedScope- Throws:
IOException
-
doDelete
- Overrides:
doDeletein classOServerCommandDistributedScope- Throws:
IOException
-
getNames
-