public class VDSBrokerFrontendImpl extends Object implements VDSBrokerFrontend
| Constructor and Description |
|---|
VDSBrokerFrontendImpl() |
| Modifier and Type | Method and Description |
|---|---|
IVdsAsyncCommand |
GetAsyncCommandForVm(Guid vmId) |
void |
RemoveAsyncRunningCommand(Guid vmId) |
VDSReturnValue |
RunAsyncVdsCommand(VDSCommandType commandType,
VdsAndVmIDVDSParametersBase parameters,
IVdsAsyncCommand command) |
VDSReturnValue |
RunVdsCommand(VDSCommandType commandType,
VDSParametersBase parameters) |
public VDSReturnValue RunVdsCommand(VDSCommandType commandType, VDSParametersBase parameters)
RunVdsCommand in interface VDSBrokerFrontendpublic VDSReturnValue RunAsyncVdsCommand(VDSCommandType commandType, VdsAndVmIDVDSParametersBase parameters, IVdsAsyncCommand command)
RunAsyncVdsCommand in interface VDSBrokerFrontendpublic IVdsAsyncCommand GetAsyncCommandForVm(Guid vmId)
GetAsyncCommandForVm in interface VDSBrokerFrontendpublic void RemoveAsyncRunningCommand(Guid vmId)
RemoveAsyncRunningCommand in interface VDSBrokerFrontendCopyright © 2012. All Rights Reserved.