java.lang.Object | +--com.ibm.commerce.command.ECCommandTarget
This is the CommandTarget for TargetableCommands that are executed in the command client's JVM.
Constructor Summary | |
---|---|
ECCommandTarget() |
Method Summary | |
---|---|
TargetableCommand |
executeCommand(TargetableCommand command) This implements method in the CommandTarget interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ECCommandTarget()
Method Detail |
---|
public TargetableCommand executeCommand(TargetableCommand command) throws ECException
command
- The TargetableCommand to be executedECException