public class VdsInstaller extends Object implements IVdsInstallCallBack
| Modifier and Type | Field and Description |
|---|---|
protected VdsInstallStages |
_currentInstallStage |
protected boolean |
_executionSucceded |
protected String |
_finishCommand |
static String |
_getUniqueIdCommand |
protected VdsInstallStages |
_prevInstallStage |
protected String |
_serverName |
protected static HashMap<VdsInstallStages,String> |
_translatedMessages |
protected IVdsInstallWrapper |
_wrapper |
| Constructor and Description |
|---|
VdsInstaller(VDS vds,
String rootPassword,
boolean overrideFirewall) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddError(String error) |
void |
AddMessage(String message) |
static String |
buildCAPath(String suffix1,
String suffix2) |
void |
Connected() |
void |
EndTransfer() |
void |
Failed(String error) |
protected String |
getCurrentInstallStage() |
String |
getErrorMessage() |
protected String |
InitInitialCommand(VDS vds,
String initialCommand) |
boolean |
Install() |
boolean |
isAddOvirtFlow() |
protected void |
RunStage() |
static void |
UpdateUniqueId(String id) |
public static final String _getUniqueIdCommand
protected VdsInstallStages _prevInstallStage
protected VdsInstallStages _currentInstallStage
protected String _finishCommand
protected final IVdsInstallWrapper _wrapper
protected String _serverName
protected static final HashMap<VdsInstallStages,String> _translatedMessages
protected boolean _executionSucceded
public String getErrorMessage()
protected String getCurrentInstallStage()
public boolean Install()
protected void RunStage()
public void AddMessage(String message)
AddMessage in interface IVdsInstallCallBackpublic static void UpdateUniqueId(String id)
public void Connected()
Connected in interface IVdsInstallCallBackpublic void EndTransfer()
EndTransfer in interface IVdsInstallCallBackpublic void AddError(String error)
AddError in interface IVdsInstallCallBackpublic void Failed(String error)
Failed in interface IVdsInstallCallBackpublic boolean isAddOvirtFlow()
Copyright © 2012. All Rights Reserved.