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 VDSBrokerFrontend
public VDSReturnValue RunAsyncVdsCommand(VDSCommandType commandType, VdsAndVmIDVDSParametersBase parameters, IVdsAsyncCommand command)
RunAsyncVdsCommand
in interface VDSBrokerFrontend
public IVdsAsyncCommand GetAsyncCommandForVm(Guid vmId)
GetAsyncCommandForVm
in interface VDSBrokerFrontend
public void RemoveAsyncRunningCommand(Guid vmId)
RemoveAsyncRunningCommand
in interface VDSBrokerFrontend
Copyright © 2012. All Rights Reserved.