Uses of Interface
com.ibm.websphere.command.CommandTarget

Packages that use CommandTarget
com.ibm.websphere.command   
 

Uses of CommandTarget in com.ibm.websphere.command
 

Classes in com.ibm.websphere.command that implement CommandTarget
 class LocalTarget
          The LocalTarget class provides an implementation of the CommandTarget interface.
 

Methods in com.ibm.websphere.command that return CommandTarget
 CommandTarget TargetableCommand.getCommandTarget()
          Returns the target object for the command.
 CommandTarget TargetableCommandImpl.getCommandTarget()
          Returns the target object for the command.
 CommandTarget TargetPolicyDefault.getCommandTarget(TargetableCommand command)
          The getCommandTarget() method implements the method in the TargetPolicy interface.
 CommandTarget TargetPolicy.getCommandTarget(TargetableCommand command)
          Retrieves the target associated with the command, as determined by the target policy.
 

Methods in com.ibm.websphere.command with parameters of type CommandTarget
 void TargetableCommand.setCommandTarget(CommandTarget commandTarget)
          Sets the target object on the command.
 void TargetableCommandImpl.setCommandTarget(CommandTarget commandTarget)
          Sets the target object on the command.