Uses of Interface
com.ibm.websphere.command.CommandTarget
-
Uses of CommandTarget in com.ibm.websphere.command
Modifier and TypeClassDescriptionclass
The LocalTarget class provides an implementation of the CommandTarget interface.Modifier and TypeMethodDescriptionTargetableCommand.getCommandTarget()
Returns the target object for the command.TargetableCommandImpl.getCommandTarget()
Returns the target object for the command.TargetPolicy.getCommandTarget
(TargetableCommand command) Retrieves the target associated with the command, as determined by the target policy.TargetPolicyDefault.getCommandTarget
(TargetableCommand command) The getCommandTarget() method implements the method in the TargetPolicy interface.Modifier and TypeMethodDescriptionvoid
TargetableCommand.setCommandTarget
(CommandTarget commandTarget) Sets the target object on the command.void
TargetableCommandImpl.setCommandTarget
(CommandTarget commandTarget) Sets the target object on the command.