public class ECCommandTarget
extends java.lang.Object
implements com.ibm.websphere.command.CommandTarget, java.io.Serializable
CommandTarget for TargetableCommand objects that are
executed in the command client's JVM.| Constructor and Description |
|---|
ECCommandTarget()
This is the default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.websphere.command.TargetableCommand |
executeCommand(com.ibm.websphere.command.TargetableCommand command)
This is the
executeCommand method. |
static ECCommandTarget |
singleton()
This method gets an instance of the
ECCommandTarget that will
be shared within the classloader. |
public ECCommandTarget()
public static ECCommandTarget singleton()
ECCommandTarget that will
be shared within the classloader.ECCommandTarget.public com.ibm.websphere.command.TargetableCommand executeCommand(com.ibm.websphere.command.TargetableCommand command)
throws ECException
executeCommand method.executeCommand in interface com.ibm.websphere.command.CommandTargetcommand - This is the TargetableCommand to be executed.TargetableCommand that has been executed.ECException