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

Packages that use Command
com.ibm.websphere.command   
 

Uses of Command in com.ibm.websphere.command
 

Subinterfaces of Command in com.ibm.websphere.command
 interface CacheableCommand
          The CacheableCommand interface provides the contract between the client and the command implementation for those commands that participate in the command caching framework.
 interface CompensableCommand
          The CompensableCommand interface allows you to make a command reversible.
 interface TargetableCommand
          The TargetableCommand interface describes a command that can be run in a remote JVM.
 

Classes in com.ibm.websphere.command that implement Command
 class CacheableCommandImpl
          This CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write.
 class TargetableCommandImpl
          The TargetableCommandImpl class implements the generic methods in the TargetableCommand interface.
 

Methods in com.ibm.websphere.command that return Command
 Command CompensableCommand.getCompensatingCommand()
          Retrieves the compensating command associated with the command.