Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use CommandCaller 
    Package Description
    com.ibm.websphere.command  
    • Uses of CommandCaller in com.ibm.websphere.command

      Subinterfaces of CommandCaller in com.ibm.websphere.command 
      Modifier and Type Interface and Description
      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.
      Classes in com.ibm.websphere.command that implement CommandCaller 
      Modifier and Type Class and Description
      class  CacheableCommandImpl
      This CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write.
      Methods in com.ibm.websphere.command that return CommandCaller 
      Modifier and Type Method and Description
      CommandCaller CacheableCommandImpl.getCaller()
      Implements the CacheableCommand interface method.
      CommandCaller CacheableCommand.getCaller()
      Returns the object that called this command instance.
      Methods in com.ibm.websphere.command with parameters of type CommandCaller 
      Modifier and Type Method and Description
      void CacheableCommandImpl.setCaller(CommandCaller caller)
      Implements the CacheableCommand interface method.
      void CacheableCommand.setCaller(CommandCaller caller)
      This sets the caller object for a caller who is cached.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes