Uses of Package
com.ibm.websphere.command

Packages that use com.ibm.websphere.command
  • Class
    Description
    The CacheableCommand interface provides the contract between the client and the command implementation for those commands that participate in the command caching framework.
    The Command interface defines the client side for fundamental command functionality.
    This interface allows the caller of a command to have additional invalidation dependencies added by this command.
    This is the base class for all Command exceptions.
    The CommandTarget interface describes the object that handles the execution of a targetable command.
    The TargetableCommand interface describes a command that can be run in a remote JVM.
    The TargetableCommandImpl class implements the generic methods in the TargetableCommand interface.
    The TargetPolicy interface declares one method, getCommandTarget(), which implements the routine used to associate commands and targets.
  • Class
    Description
    The CacheableCommand interface provides the contract between the client and the command implementation for those commands that participate in the command caching framework.
    This CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write.
    The Command interface defines the client side for fundamental command functionality.
    This interface allows the caller of a command to have additional invalidation dependencies added by this command.
    The TargetableCommand interface describes a command that can be run in a remote JVM.
    The TargetableCommandImpl class implements the generic methods in the TargetableCommand interface.