com.ibm.commerce.command
Class ECCommandTarget

java.lang.Object
  |
  +--com.ibm.commerce.command.ECCommandTarget
All Implemented Interfaces:
java.io.Serializable

public class ECCommandTarget
extends java.lang.Object
implements java.io.Serializable

This is the CommandTarget for TargetableCommands that are executed in the command client's JVM.

See Also:
Serialized Form

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

ECCommandTarget

public ECCommandTarget()
Method Detail

executeCommand

public TargetableCommand executeCommand(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