@Logged(errorLevel=WARN) public abstract class VdcCommandBase extends Object implements RollbackHandler
Constructor and Description |
---|
VdcCommandBase() |
Modifier and Type | Method and Description |
---|---|
void |
Execute() |
protected abstract void |
ExecuteCommand() |
Object |
ExecuteWithReturnValue() |
protected String |
getCommandName() |
Object |
getReturnValue() |
void |
Rollback() |
void |
setReturnValue(Object value) |
String |
toString() |
protected LogCompat log
protected String getCommandName()
public Object getReturnValue()
public void setReturnValue(Object value)
public void Execute()
protected abstract void ExecuteCommand()
public Object ExecuteWithReturnValue()
public void Rollback()
Rollback
in interface RollbackHandler
Copyright © 2012. All Rights Reserved.