Package | Description |
---|---|
com.ibm.wsspi.collective.plugins |
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.
|
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
|
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
|