Uses of Interface
com.ibm.wsspi.collective.plugins.RemoteAccessWrapper
Packages that use RemoteAccessWrapper
-
Uses of RemoteAccessWrapper in com.ibm.wsspi.collective.plugins
Methods in com.ibm.wsspi.collective.plugins that return RemoteAccessWrapperModifier and TypeMethodDescriptionCollectivePlugin.createRemoteAccess(String hostName, String userDir, String serverName, Map<String, String> credentials, Map<String, String> envVariables) Create a new remote access connection to the specified target.Methods in com.ibm.wsspi.collective.plugins with parameters of type RemoteAccessWrapperModifier and TypeMethodDescriptionvoidCollectivePlugin.deleteFile(RemoteAccessWrapper remoteAccess, String remoteFile, boolean recursiveDelete) Delete a remote file.booleanCollectivePlugin.existsInRemoteFileSystem(RemoteAccessWrapper remoteAccess, String filePath) voidCollectivePlugin.expandArchive(RemoteAccessWrapper remoteAccess, String[] cmdArgs, String targetDir, boolean mustBeLiberty) Expand a remote archive.CollectivePlugin.getJavaCommand(RemoteAccessWrapper remoteAccess, String hostName) Retrieve the java home on the remote machinebooleanCollectivePlugin.isReadOnly(RemoteAccessWrapper remoteAccess, String remoteFile) Check if a remote file is read-onlyvoidCollectivePlugin.makeRemoteDirectories(RemoteAccessWrapper remoteAccess, String remoteDirectory) Creates a directory tree in the remote target.CollectivePlugin.postTransferAction(RemoteAccessWrapper remoteAccess, String targetDir, String action, String actionOptions) Perform an action after a file has been transferred remotely.CollectivePlugin.preTransferAction(RemoteAccessWrapper remoteAccess, String executableDir, String action, String actionOption) Perform an action before a file is deleted remotely.voidCollectivePlugin.receiveFile(RemoteAccessWrapper remoteAccess, String remoteFile, File localDir) Download a remote file.CollectivePlugin.runCommand(RemoteAccessWrapper remoteAccess, String cmd, String targetDir) Run a command remotely.voidCollectivePlugin.sendFile(RemoteAccessWrapper remoteAccess, File localFile, String remoteDir) Upload a file to a remote location.