Uses of Interface
com.ibm.websphere.command.CommandTarget
-
Packages that use CommandTarget Package Description com.ibm.websphere.command -
-
Uses of CommandTarget in com.ibm.websphere.command
Classes in com.ibm.websphere.command that implement CommandTarget Modifier and Type Class Description classLocalTargetThe LocalTarget class provides an implementation of the CommandTarget interface.Methods in com.ibm.websphere.command that return CommandTarget Modifier and Type Method Description CommandTargetTargetableCommand. getCommandTarget()Returns the target object for the command.CommandTargetTargetableCommandImpl. getCommandTarget()Returns the target object for the command.CommandTargetTargetPolicy. getCommandTarget(TargetableCommand command)Retrieves the target associated with the command, as determined by the target policy.CommandTargetTargetPolicyDefault. getCommandTarget(TargetableCommand command)The getCommandTarget() method implements the method in the TargetPolicy interface.Methods in com.ibm.websphere.command with parameters of type CommandTarget Modifier and Type Method Description voidTargetableCommand. setCommandTarget(CommandTarget commandTarget)Sets the target object on the command.voidTargetableCommandImpl. setCommandTarget(CommandTarget commandTarget)Sets the target object on the command.
-