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

Uses of Class
com.ibm.wsspi.collective.plugins.helpers.CommandResult

  • Packages that use CommandResult 
    Package Description
    com.ibm.wsspi.collective.plugins  
    • Uses of CommandResult in com.ibm.wsspi.collective.plugins

      Methods in com.ibm.wsspi.collective.plugins that return CommandResult 
      Modifier and Type Method and Description
      CommandResult CollectivePlugin.postTransferAction(RemoteAccessWrapper remoteAccess, java.lang.String targetDir, java.lang.String action, java.lang.String actionOptions)
      Perform an action after a file has been transferred remotely.
      CommandResult CollectivePlugin.postTransferAction(java.lang.String hostName, java.lang.String targetDir, java.lang.String action, java.lang.String actionOptions)
      Perform an action after a file has been transferred remotely.
      CommandResult CollectivePlugin.preTransferAction(RemoteAccessWrapper remoteAccess, java.lang.String executableDir, java.lang.String action, java.lang.String actionOption)
      Perform an action before a file is deleted remotely.
      Methods in com.ibm.wsspi.collective.plugins that return types with arguments of type CommandResult 
      Modifier and Type Method and Description
      java.util.List<CommandResult> TaskStorage.getHostResult(java.lang.String token, java.lang.String hostName)
      Get a list of CommandResult object from a given task and host
      Methods in com.ibm.wsspi.collective.plugins with parameters of type CommandResult 
      Modifier and Type Method and Description
      void TaskStorage.addHostResult(java.lang.String token, java.lang.String hostName, CommandResult commandResult)
      Add a result record to the specified task and host
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes