public abstract class VdsBrokerCommand<P extends VdsIdVDSCommandParametersBase> extends BrokerCommandBase<P>
status_returnValue| Modifier | Constructor and Description |
|---|---|
|
VdsBrokerCommand(P parameters)
Construct the command using the parameters and the
VDS which is loaded from the DB. |
protected |
VdsBrokerCommand(P parameters,
VDS vds)
Construct the command using the parameters and the
VDS which is passed. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ExecuteVdsBrokerCommand() |
protected void |
ExecuteVDSCommand() |
protected String |
getAdditionalInformation() |
protected IVdsServer |
getBroker() |
protected VDS |
getVds() |
protected void |
setVds(VDS value) |
getIsPrintReturnValue, getReturnStatus, getReturnValueFromBroker, GetReturnValueFromStatus, InitializeVdsError, PrintReturnValue, ProceedProxyReturnValueExecuteCommand, getParameters, getReturnValue, getVDSReturnValue, setReturnValue, setVDSReturnValue, toStringExecute, ExecuteWithReturnValue, getCommandName, Rollbackpublic VdsBrokerCommand(P parameters)
VDS which is loaded from the DB.parameters - The parameters of the command.protected IVdsServer getBroker()
protected String getAdditionalInformation()
getAdditionalInformation in class BrokerCommandBase<P extends VdsIdVDSCommandParametersBase>protected VDS getVds()
protected void setVds(VDS value)
protected void ExecuteVDSCommand()
ExecuteVDSCommand in class VDSCommandBase<P extends VdsIdVDSCommandParametersBase>protected abstract void ExecuteVdsBrokerCommand()
Copyright © 2012. All Rights Reserved.