com.ibm.websphere.command

Uses of Interface TargetableCommand

Packages that use TargetableCommand

Package Description
com.ibm.websphere.command

Uses of TargetableCommand in com.ibm.websphere.command

Modifier and Type Interface and Description
  1. interface
CacheableCommand
The CacheableCommand interface provides the contract between the client and the command implementation for those commands that participate in the command caching framework.
Modifier and Type Class and Description
  1. class
TargetableCommandImpl
The TargetableCommandImpl class implements the generic methods in the TargetableCommand interface.
Modifier and Type Method and Description
  1. TargetableCommand
LocalTarget.executeCommand(TargetableCommand command)
Runs a command locally (in the client's JVM).
  1. TargetableCommand
CommandTarget.executeCommand(TargetableCommand command)
Submits the command for execution.
Modifier and Type Method and Description
  1. TargetableCommand
LocalTarget.executeCommand(TargetableCommand command)
Runs a command locally (in the client's JVM).
  1. TargetableCommand
CommandTarget.executeCommand(TargetableCommand command)
Submits the command for execution.
  1. CommandTarget
TargetPolicy.getCommandTarget(TargetableCommand command)
Retrieves the target associated with the command, as determined by the target policy.
  1. CommandTarget
TargetPolicyDefault.getCommandTarget(TargetableCommand command)
The getCommandTarget() method implements the method in the TargetPolicy interface.
  1. void
TargetableCommandImpl.setOutputProperties(TargetableCommand fromCommand)
Sets the return values on the command.
  1. void
TargetableCommand.setOutputProperties(TargetableCommand fromCommand)
Sets the return values on the command.