public class EDPReleasesVoidBeanCmdImpl extends AEDPDataBeanCommandImpl implements EDPReleasesBeanCmd, EDPPaymentInstructionsBeanCmd
This is the default implementation of EDPReleasesBeanCmd data bean command. It does noting here.
The void implementation of commands is used when anyone is intended to disable the command while keeping the single code base. Note that please use the void implementation of all commands once you decide to disable the command implementation.
Note that this class is declared to implement interface EDPPaymentInstructionsBeanCmd purely for binary compatibility. In a future release, it will not implement that interface.Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
Constructor and Description |
---|
EDPReleasesVoidBeanCmdImpl()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void | performExecute()
This method executes the business logic of this command implementation.
|
void | reset()
This method resets the command fields.
|
public static final java.lang.String COPYRIGHT
public EDPReleasesVoidBeanCmdImpl()
public void performExecute() throws ECException
public void reset()
This method resets the command fields.
After this method is invoked, and proper attributes are set, the command can be executed again.