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 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 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 hostMethods in com.ibm.wsspi.collective.plugins with parameters of type CommandResult Modifier and Type Method Description void
TaskStorage. addHostResult(java.lang.String token, java.lang.String hostName, CommandResult commandResult)
Add a result record to the specified task and host
-