public abstract class BrokerCommandBase<P extends VDSParametersBase> extends VDSCommandBase<P>
Modifier and Type | Field and Description |
---|---|
protected StatusOnlyReturnForXmlRpc |
status |
_returnValue
Constructor and Description |
---|
BrokerCommandBase(P parameters) |
Modifier and Type | Method and Description |
---|---|
protected String |
getAdditionalInformation() |
protected boolean |
getIsPrintReturnValue() |
protected StatusForXmlRpc |
getReturnStatus() |
protected Object |
getReturnValueFromBroker() |
protected VdcBllErrors |
GetReturnValueFromStatus(StatusForXmlRpc status) |
protected void |
InitializeVdsError(VdcBllErrors returnStatus) |
protected void |
PrintReturnValue() |
protected void |
ProceedProxyReturnValue() |
ExecuteCommand, ExecuteVDSCommand, getParameters, getReturnValue, getVDSReturnValue, setReturnValue, setVDSReturnValue, toString
Execute, ExecuteWithReturnValue, getCommandName, Rollback
protected StatusOnlyReturnForXmlRpc status
public BrokerCommandBase(P parameters)
protected StatusForXmlRpc getReturnStatus()
protected void InitializeVdsError(VdcBllErrors returnStatus)
protected void ProceedProxyReturnValue()
protected VdcBllErrors GetReturnValueFromStatus(StatusForXmlRpc status)
protected Object getReturnValueFromBroker()
protected boolean getIsPrintReturnValue()
protected String getAdditionalInformation()
protected void PrintReturnValue()
Copyright © 2012. All Rights Reserved.