Uses of Interface
com.ibm.websphere.command.TargetableCommand
-
Packages that use TargetableCommand Package Description com.ibm.websphere.command com.ibm.websphere.command.web -
-
Uses of TargetableCommand in com.ibm.websphere.command
Subinterfaces of TargetableCommand in com.ibm.websphere.command Modifier and Type Interface Description interfaceCacheableCommandThe CacheableCommand interface provides the contract between the client and the command implementation for those commands that participate in the command caching framework.Classes in com.ibm.websphere.command that implement TargetableCommand Modifier and Type Class Description classCacheableCommandImplThis CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write.classTargetableCommandImplThe TargetableCommandImpl class implements the generic methods in the TargetableCommand interface.Methods in com.ibm.websphere.command that return TargetableCommand Modifier and Type Method Description TargetableCommandCommandTarget. executeCommand(TargetableCommand command)Submits the command for execution.TargetableCommandLocalTarget. executeCommand(TargetableCommand command)Runs a command locally (in the client's JVM).Methods in com.ibm.websphere.command with parameters of type TargetableCommand Modifier and Type Method Description TargetableCommandCommandTarget. executeCommand(TargetableCommand command)Submits the command for execution.TargetableCommandLocalTarget. executeCommand(TargetableCommand command)Runs a command locally (in the client's JVM).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.voidTargetableCommand. setOutputProperties(TargetableCommand fromCommand)Sets the return values on the command.voidTargetableCommandImpl. setOutputProperties(TargetableCommand fromCommand)Sets the return values on the command. -
Uses of TargetableCommand in com.ibm.websphere.command.web
Classes in com.ibm.websphere.command.web that implement TargetableCommand Modifier and Type Class Description classCacheableCommandImplThis CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write.
-