com.ibm.commerce.command
Class ECCommandTarget
com.ibm.commerce.command.ECCommandTarget
- All Implemented Interfaces:
- java.io.Serializable
- public class ECCommandTarget
- implements java.io.Serializable
This is the CommandTarget for TargetableCommands that are executed in the
command client's JVM.
- See Also:
- Serialized Form
Method Summary |
com.ibm.sfc.cmd.TargetableCommand |
executeCommand(com.ibm.sfc.cmd.TargetableCommand command)
This implements method in the CommandTarget interface. |
ECCommandTarget
public ECCommandTarget()
executeCommand
public com.ibm.sfc.cmd.TargetableCommand executeCommand(com.ibm.sfc.cmd.TargetableCommand command)
throws ECException
- This implements method in the CommandTarget interface.
- Parameters:
command
- The TargetableCommand to be executed.- Returns:
- The TargetableCommand that has been executed.
- Throws:
ECException
-