Uses of Interface
com.ibm.websphere.command.Command
-
Packages that use Command Package Description com.ibm.websphere.command com.ibm.websphere.command.web -
-
Uses of Command in com.ibm.websphere.command
Subinterfaces of Command 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.interfaceCompensableCommandThe CompensableCommand interface allows you to make a command reversible.interfaceTargetableCommandThe TargetableCommand interface describes a command that can be run in a remote JVM.Classes in com.ibm.websphere.command that implement Command 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 Command Modifier and Type Method Description CommandCompensableCommand. getCompensatingCommand()Retrieves the compensating command associated with the command. -
Uses of Command in com.ibm.websphere.command.web
Classes in com.ibm.websphere.command.web that implement Command 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.
-