|
RSE Release 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SystemMessageException in org.eclipse.rse.core.subsystems |
|---|
| Methods in org.eclipse.rse.core.subsystems with parameters of type SystemMessageException | |
|---|---|
protected void |
SubSystem.displayAsyncMsg(SystemMessageException msg)
Display message on message thread |
| Methods in org.eclipse.rse.core.subsystems that throw SystemMessageException | |
|---|---|
void |
SubSystem.checkIsConnected()
This is a helper method you can call when performing actions that must be certain there is a connection. |
void |
ISubSystem.checkIsConnected()
This is a helper method you can call when performing actions that must be certain there is a connection. |
protected boolean |
SubSystem.implicitConnect(boolean isConnectOperation,
IProgressMonitor mon,
String msg,
int totalWorkUnits)
|
| Constructors in org.eclipse.rse.core.subsystems with parameters of type SystemMessageException | |
|---|---|
SubSystem.DisplayErrorMessageJob(Shell shell,
SystemMessageException msgExc)
Constructor |
|
| Uses of SystemMessageException in org.eclipse.rse.files.ui.resources |
|---|
| Methods in org.eclipse.rse.files.ui.resources that throw SystemMessageException | |
|---|---|
static void |
UniversalFileTransferUtility.transferProperties(IResource source,
IRemoteFile target,
IProgressMonitor monitor)
|
| Uses of SystemMessageException in org.eclipse.rse.services.files |
|---|
| Subclasses of SystemMessageException in org.eclipse.rse.services.files | |
|---|---|
class |
RemoteFileCancelledException
Exception thrown when attempting a file operation and the user canceled it before it could be completed. |
class |
RemoteFileException
Base class for remote file system exceptions. |
class |
RemoteFileIOException
Exception thrown when attempting an operation and it fails for IO reasons, such as the file is read-only. |
class |
RemoteFileSecurityException
Exception thrown when attempting an operation and it fails for security reasons. |
class |
RemoteFolderNotEmptyException
Exception thrown when attempting to delete a folder, and the folder is not empty. |
| Methods in org.eclipse.rse.services.files that throw SystemMessageException | |
|---|---|
boolean |
IFileService.copy(String srcParent,
String srcName,
String tgtParent,
String tgtName,
IProgressMonitor monitor)
Copy the file or folder to the specified destination |
boolean |
IFileService.copyBatch(String[] srcParents,
String[] srcNames,
String tgtParent,
IProgressMonitor monitor)
Copy a set of files or folders to the specified destination |
IHostFile |
IFileService.createFile(String remoteParent,
String fileName,
IProgressMonitor monitor)
Create a file on the host |
IHostFile |
IFileService.createFolder(String remoteParent,
String folderName,
IProgressMonitor monitor)
Create a folder on the host |
boolean |
IFileService.delete(String remoteParent,
String fileName,
IProgressMonitor monitor)
Deletes a file or folder on the host |
boolean |
AbstractFileService.deleteBatch(String[] remoteParents,
String[] fileNames,
IProgressMonitor monitor)
|
boolean |
IFileService.deleteBatch(String[] remoteParents,
String[] fileNames,
IProgressMonitor monitor)
Deletes a set of files or folders on the host. |
boolean |
IFileService.download(String remoteParent,
String remoteFile,
File localFile,
boolean isBinary,
String hostEncoding,
IProgressMonitor monitor)
Copy a file from the remote file system to the local system. |
String |
AbstractFileService.getEncoding(IProgressMonitor monitor)
Returns the local platform encoding by default. |
String |
IFileService.getEncoding(IProgressMonitor monitor)
Gets the remote encoding. |
IHostFile |
IFileService.getFile(String remoteParent,
String name,
IProgressMonitor monitor)
|
IHostFile[] |
AbstractFileService.getFiles(String remoteParent,
String fileFilter,
IProgressMonitor monitor)
|
IHostFile[] |
IFileService.getFiles(String remoteParent,
String fileFilter,
IProgressMonitor monitor)
|
IHostFile[] |
AbstractFileService.getFilesAndFolders(String parentPath,
String fileFilter,
IProgressMonitor monitor)
|
IHostFile[] |
IFileService.getFilesAndFolders(String remoteParent,
String fileFilter,
IProgressMonitor monitor)
|
IHostFile[] |
AbstractFileService.getFolders(String remoteParent,
String fileFilter,
IProgressMonitor monitor)
|
IHostFile[] |
IFileService.getFolders(String remoteParent,
String fileFilter,
IProgressMonitor monitor)
|
InputStream |
AbstractFileService.getInputStream(String remoteParent,
String remoteFile,
boolean isBinary,
IProgressMonitor monitor)
The default implementation returns null. |
InputStream |
IFileService.getInputStream(String remoteParent,
String remoteFile,
boolean isBinary,
IProgressMonitor monitor)
Gets the input stream to access the contents a remote file. |
OutputStream |
AbstractFileService.getOutputStream(String remoteParent,
String remoteFile,
boolean isBinary,
IProgressMonitor monitor)
The default implementation returns null. |
OutputStream |
IFileService.getOutputStream(String remoteParent,
String remoteFile,
boolean isBinary,
IProgressMonitor monitor)
Gets the output stream to write to a remote file. |
IHostFile[] |
IFileService.getRoots(IProgressMonitor monitor)
|
protected abstract IHostFile[] |
AbstractFileService.internalFetch(String parentPath,
String fileFilter,
int fileType,
IProgressMonitor monitor)
|
boolean |
IFileService.move(String srcParent,
String srcName,
String tgtParent,
String tgtName,
IProgressMonitor monitor)
Move the file or folder specified |
boolean |
IFileService.rename(String remoteParent,
String oldName,
String newName,
IHostFile oldFile,
IProgressMonitor monitor)
Renames a file or folder on the host |
boolean |
IFileService.rename(String remoteParent,
String oldName,
String newName,
IProgressMonitor monitor)
Renames a file or folder on the host |
boolean |
IFileService.setLastModified(String parent,
String name,
long timestamp,
IProgressMonitor monitor)
Sets the last modified stamp of the file or folder with the specified timestamp |
boolean |
IFileService.setReadOnly(String parent,
String name,
boolean readOnly,
IProgressMonitor monitor)
Sets the readonly permission of the file or folder |
boolean |
IFileService.upload(File localFile,
String remoteParent,
String remoteFile,
boolean isBinary,
String srcEncoding,
String hostEncoding,
IProgressMonitor monitor)
Copy a file to the remote file system. |
boolean |
IFileService.upload(InputStream stream,
String remoteParent,
String remoteFile,
boolean isBinary,
String hostEncoding,
IProgressMonitor monitor)
Copy a file to the remote file system. |
| Uses of SystemMessageException in org.eclipse.rse.services.processes |
|---|
| Methods in org.eclipse.rse.services.processes that throw SystemMessageException | |
|---|---|
IHostProcess |
IProcessService.getParentProcess(long pid,
IProgressMonitor monitor)
Given a process, return its parent process object. |
IHostProcess |
AbstractProcessService.getParentProcess(long pid,
IProgressMonitor monitor)
|
IHostProcess |
IProcessService.getProcess(long pid,
IProgressMonitor monitor)
Given a pid, return an IHostProcess object for it. |
IHostProcess |
AbstractProcessService.getProcess(long pid,
IProgressMonitor monitor)
|
boolean |
IProcessService.kill(long pid,
String signal,
IProgressMonitor monitor)
Kills a process. |
IHostProcess[] |
IProcessService.listAllProcesses(IHostProcessFilter filter,
IProgressMonitor monitor)
Return a filtered list of all processes on the remote system. |
IHostProcess[] |
IProcessService.listAllProcesses(IProgressMonitor monitor)
Return a list of all processes on the remote system. |
IHostProcess[] |
AbstractProcessService.listAllProcesses(IProgressMonitor monitor)
|
IHostProcess[] |
IProcessService.listAllProcesses(String exeNameFilter,
String userNameFilter,
String stateFilter,
IProgressMonitor monitor)
Return a filtered list of all processes on the remote system. |
IHostProcess[] |
AbstractProcessService.listAllProcesses(String exeNameFilter,
String userNameFilter,
String stateFilter,
IProgressMonitor monitor)
|
IHostProcess[] |
IProcessService.listChildProcesses(long parentPID,
IHostProcessFilter filter,
IProgressMonitor monitor)
Return a filtered list of remote child processes of the given parent process on the remote system |
IHostProcess[] |
AbstractProcessService.listChildProcesses(long parentPID,
IHostProcessFilter filter,
IProgressMonitor monitor)
|
IHostProcess[] |
IProcessService.listChildProcesses(long parentPID,
IProgressMonitor monitor)
Return a list of all remote child processes of the given parent process on the remote system |
IHostProcess[] |
AbstractProcessService.listChildProcesses(long parentPID,
IProgressMonitor monitor)
|
IHostProcess[] |
IProcessService.listRootProcesses(IProgressMonitor monitor)
Returns root processes on the remote system |
IHostProcess[] |
AbstractProcessService.listRootProcesses(IProgressMonitor monitor)
Return a single IHostProcess object for the 'init' process with pid 1. |
| Uses of SystemMessageException in org.eclipse.rse.subsystems.files.core.servicesubsystem |
|---|
| Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that throw SystemMessageException | |
|---|---|
boolean |
FileServiceSubSystem.copy(IRemoteFile sourceFolderOrFile,
IRemoteFile targetFolder,
String newName,
IProgressMonitor monitor)
|
boolean |
FileServiceSubSystem.copyBatch(IRemoteFile[] sourceFolderOrFiles,
IRemoteFile targetFolder,
IProgressMonitor monitor)
|
IRemoteFile |
FileServiceSubSystem.createFile(IRemoteFile fileToCreate,
IProgressMonitor monitor)
|
IRemoteFile |
FileServiceSubSystem.createFolder(IRemoteFile folderToCreate,
IProgressMonitor monitor)
|
IRemoteFile |
FileServiceSubSystem.createFolders(IRemoteFile folderToCreate,
IProgressMonitor monitor)
|
boolean |
FileServiceSubSystem.delete(IRemoteFile folderOrFile,
IProgressMonitor monitor)
|
boolean |
FileServiceSubSystem.deleteBatch(IRemoteFile[] folderOrFiles,
IProgressMonitor monitor)
|
void |
FileServiceSubSystem.download(IRemoteFile file,
String localpath,
String encoding,
IProgressMonitor monitor)
|
protected IHostFile |
FileServiceSubSystem.getFile(String parentPath,
String fileName,
IProgressMonitor monitor)
|
protected IHostFile[] |
FileServiceSubSystem.getFiles(String parentPath,
String fileNameFilter,
IProgressMonitor monitor)
|
protected IHostFile[] |
FileServiceSubSystem.getFilesAndFolders(String parentPath,
String fileNameFilter,
IProgressMonitor monitor)
|
protected IHostFile[] |
FileServiceSubSystem.getFolders(String parentPath,
String fileNameFilter,
IProgressMonitor monitor)
|
InputStream |
FileServiceSubSystem.getInputStream(String remoteParent,
String remoteFile,
boolean isBinary,
IProgressMonitor monitor)
Defers to the file service. |
OutputStream |
FileServiceSubSystem.getOutputStream(String remoteParent,
String remoteFile,
boolean isBinary,
IProgressMonitor monitor)
Defers to the file service. |
IRemoteFile |
FileServiceSubSystem.getRemoteFileObject(IRemoteFile parent,
String folderOrFileName,
IProgressMonitor monitor)
Constructs an IRemoteFile object given an unqualified file or folder name and its parent folder object. |
IRemoteFile |
FileServiceSubSystem.getRemoteFileObject(String folderOrFileName,
IProgressMonitor monitor)
Constructs and returns an IRemoteFile object given a fully-qualified file or folder name. |
protected IHostFile[] |
FileServiceSubSystem.getRoots(IProgressMonitor monitor)
|
IRemoteFile[] |
FileServiceSubSystem.listFiles(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return the array of IRemoteFile instances, matching the given pattern, that are contained in the given folder. |
IRemoteFile[] |
FileServiceSubSystem.listFolders(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a subsetted list of remote folders in the given parent folder on the remote system. |
IRemoteFile[] |
FileServiceSubSystem.listFoldersAndFiles(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a list of remote folders and files in the given folder. |
boolean |
FileServiceSubSystem.move(IRemoteFile sourceFolderOrFile,
IRemoteFile targetFolder,
String newName,
IProgressMonitor monitor)
|
boolean |
FileServiceSubSystem.rename(IRemoteFile folderOrFile,
String newName,
IProgressMonitor monitor)
|
boolean |
FileServiceSubSystem.setLastModified(IRemoteFile folderOrFile,
long newDate,
IProgressMonitor monitor)
|
boolean |
FileServiceSubSystem.setReadOnly(IRemoteFile folderOrFile,
boolean readOnly,
IProgressMonitor monitor)
|
void |
FileServiceSubSystem.upload(String source,
IRemoteFile destination,
String encoding,
IProgressMonitor monitor)
|
void |
FileServiceSubSystem.upload(String source,
String srcEncoding,
String remotePath,
String rmtEncoding,
IProgressMonitor monitor)
|
| Uses of SystemMessageException in org.eclipse.rse.subsystems.files.core.subsystems |
|---|
| Methods in org.eclipse.rse.subsystems.files.core.subsystems that throw SystemMessageException | |
|---|---|
boolean |
IRemoteFileSubSystem.copy(IRemoteFile sourceFolderOrFile,
IRemoteFile targetFolder,
String newName,
IProgressMonitor monitor)
Copy a file or folder to a new target parent folder. |
boolean |
IRemoteFileSubSystem.copyBatch(IRemoteFile[] sourceFolderOrFile,
IRemoteFile targetFolder,
IProgressMonitor monitor)
Copy a set of remote files or folders to a new target parent folder. |
IRemoteFile |
IRemoteFileSubSystem.createFile(IRemoteFile fileToCreate,
IProgressMonitor monitor)
Create a new file, given its IRemoteFile object (these do not have to represent existing files). |
IRemoteFile |
IRemoteFileSubSystem.createFolder(IRemoteFile folderToCreate,
IProgressMonitor monitor)
Create a new folder, given its IRemoteFile object (these do not have to represent existing folders) The parent folder must exist for this to succeed. |
IRemoteFile |
IRemoteFileSubSystem.createFolders(IRemoteFile folderToCreate,
IProgressMonitor monitor)
Given an IRemoteFile for a folder, this will create that folder and any missing parent folders in its path. |
boolean |
IRemoteFileSubSystem.delete(IRemoteFile folderOrFile,
IProgressMonitor monitor)
Delete the given remote file or folder. |
boolean |
IRemoteFileSubSystem.deleteBatch(IRemoteFile[] folderOrFiles,
IProgressMonitor monitor)
Delete the given batch of remote file or folder. |
void |
IRemoteFileSubSystem.download(IRemoteFile source,
String destination,
String encoding,
IProgressMonitor monitor)
Get the remote file and save it locally. |
InputStream |
IRemoteFileSubSystem.getInputStream(String remoteParent,
String remoteFile,
boolean isBinary,
IProgressMonitor monitor)
Gets the input stream to access the contents a remote file. |
OutputStream |
IRemoteFileSubSystem.getOutputStream(String remoteParent,
String remoteFile,
boolean isBinary,
IProgressMonitor monitor)
Gets the output stream to write to a remote file. |
IRemoteFile |
IRemoteFileSubSystem.getRemoteFileObject(IRemoteFile parent,
String folderOrFileName,
IProgressMonitor monitor)
Given a un-qualified file or folder name, and its parent folder object, return an IRemoteFile object for the file. |
IRemoteFile |
IRemoteFileSubSystem.getRemoteFileObject(String folderOrFileName,
IProgressMonitor monitor)
Given a fully qualified file or folder name, return an IRemoteFile object for it. |
SystemRemoteResourceSet |
RemoteFileSubSystem.getRemoteFileObjects(List folderOrFileNames,
IProgressMonitor monitor)
Overrideable Override this method to provide optimized implementation Given a set of fully qualified file or folder names, return an ISystemResourceSet object for it. |
SystemRemoteResourceSet |
IRemoteFileSubSystem.getRemoteFileObjects(List folderOrFileNames,
IProgressMonitor monitor)
Given a set of fully qualified file or folder names, return an ISystemResourceSet object for it. |
IRemoteSearchResult |
RemoteFileSubSystem.getRemoteSearchResultObject(String key)
|
IRemoteSearchResult |
IRemoteFileSubSystem.getRemoteSearchResultObject(String key)
Given a key, returns a search result object for it. |
protected Object[] |
RemoteFileSubSystem.internalResolveOneFilterString(Object parent,
RemoteFileFilterString fs,
boolean sort,
IProgressMonitor monitor)
Do one filter string relative resolve |
IRemoteFile[] |
RemoteFileSubSystem.listFiles(IRemoteFile parent,
IProgressMonitor monitor)
Return a list of all remote files in the given parent folder on the remote system |
IRemoteFile[] |
IRemoteFileSubSystem.listFiles(IRemoteFile parent,
IProgressMonitor monitor)
Return a list of all remote files in the given parent folder on the remote system |
IRemoteFile[] |
RemoteFileSubSystem.listFiles(IRemoteFile parent,
String fileNameFilter,
IProgressMonitor monitor)
Return a list of remote files in the given folder, which match the given name pattern. |
IRemoteFile[] |
IRemoteFileSubSystem.listFiles(IRemoteFile parent,
String fileNameFilter,
IProgressMonitor monitor)
Return a list of remote files in the given folder, which match the given name pattern. |
IRemoteFile[] |
IRemoteFileSubSystem.listFiles(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a list of remote files in the given folder, which match the given name pattern. |
IRemoteFile[] |
RemoteFileSubSystem.listFolders(IRemoteFile parent,
IProgressMonitor monitor)
Return a list of all remote folders in the given parent folder on the remote system |
IRemoteFile[] |
IRemoteFileSubSystem.listFolders(IRemoteFile parent,
IProgressMonitor monitor)
Return a list of all remote folders in the given parent folder on the remote system |
IRemoteFile[] |
RemoteFileSubSystem.listFolders(IRemoteFile parent,
String fileNameFilter,
IProgressMonitor monitor)
Return a full list of remote folders in the given parent folder on the remote system. |
IRemoteFile[] |
IRemoteFileSubSystem.listFolders(IRemoteFile parent,
String fileNameFilter,
IProgressMonitor monitor)
Return a full list of remote folders in the given parent folder on the remote system. |
IRemoteFile[] |
IRemoteFileSubSystem.listFolders(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a subsetted list of remote folders in the given parent folder on the remote system. |
IRemoteFile[] |
RemoteFileSubSystem.listFoldersAndFiles(IRemoteFile parent,
IProgressMonitor monitor)
Return a list of all remote folders and files in the given folder. |
IRemoteFile[] |
IRemoteFileSubSystem.listFoldersAndFiles(IRemoteFile parent,
IProgressMonitor monitor)
Return a list of all remote folders and files in the given folder. |
IRemoteFile[] |
RemoteFileSubSystem.listFoldersAndFiles(IRemoteFile parent,
String fileNameFilter,
IProgressMonitor monitor)
Return a list of remote folders and files in the given folder. |
IRemoteFile[] |
IRemoteFileSubSystem.listFoldersAndFiles(IRemoteFile parent,
String fileNameFilter,
IProgressMonitor monitor)
Return a list of remote folders and files in the given folder. |
IRemoteFile[] |
IRemoteFileSubSystem.listFoldersAndFiles(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a list of remote folders and files in the given folder. |
IRemoteFile[] |
IRemoteFileSubSystem.listRoots(IProgressMonitor monitor)
Return a list of roots/drives on the remote system. |
boolean |
IRemoteFileSubSystem.move(IRemoteFile sourceFolderOrFile,
IRemoteFile targetFolder,
String newName,
IProgressMonitor monitor)
Move a file or folder to a new target parent folder. |
boolean |
IRemoteFileSubSystem.rename(IRemoteFile folderOrFile,
String newName,
IProgressMonitor monitor)
Rename the given remote file or folder. |
boolean |
IRemoteFileSubSystem.setLastModified(IRemoteFile folderOrFile,
long newDate,
IProgressMonitor monitor)
Set the last modified date for the given file or folder. |
boolean |
IRemoteFileSubSystem.setReadOnly(IRemoteFile folderOrFile,
boolean readOnly,
IProgressMonitor monitor)
Set a files read-only permissions. |
void |
IRemoteFileSubSystem.upload(String source,
IRemoteFile destination,
String encoding,
IProgressMonitor monitor)
Put the local copy of the remote file back to the remote location. |
void |
IRemoteFileSubSystem.upload(String source,
String srcEncoding,
String remotePath,
String rmtEncoding,
IProgressMonitor monitor)
Put the local copy of the remote file back to the remote location. |
| Uses of SystemMessageException in org.eclipse.rse.subsystems.processes.core.subsystem |
|---|
| Methods in org.eclipse.rse.subsystems.processes.core.subsystem that throw SystemMessageException | |
|---|---|
IRemoteProcess |
IRemoteProcessSubSystem.getRemoteProcessObject(long pid)
Given a pid, return an IRemoteProcess object for it. |
String[] |
IRemoteProcessSubSystem.getSignalTypes()
Returns a list of the types of signals that can be sent to a process on the remote system. |
boolean |
IRemoteProcessSubSystem.kill(IRemoteProcess process,
String signal)
Kill the given process. |
IRemoteProcess[] |
IRemoteProcessSubSystem.listAllProcesses(IHostProcessFilter processNameFilter,
IRemoteProcessContext context,
IProgressMonitor monitor)
Return a list of all processes on the remote system. |
IRemoteProcess[] |
IRemoteProcessSubSystem.listChildProcesses(IRemoteProcess parent,
IHostProcessFilter processFilter,
IRemoteProcessContext context,
IProgressMonitor monitor)
Return a list of remote child processes of the given process, which match the filter. |
IRemoteProcess[] |
IRemoteProcessSubSystem.listChildProcesses(IRemoteProcess parent,
IRemoteProcessContext context,
IProgressMonitor monitor)
Return a list of all remote child processes of the given parent process on the remote system |
| Uses of SystemMessageException in org.eclipse.rse.subsystems.processes.servicesubsystem |
|---|
| Methods in org.eclipse.rse.subsystems.processes.servicesubsystem that throw SystemMessageException | |
|---|---|
IRemoteProcess |
ProcessServiceSubSystem.getRemoteProcessObject(long pid)
Returns the IRemoteProcess representing the process on the remote machine that has a certain pid. |
String[] |
ProcessServiceSubSystem.getSignalTypes()
|
boolean |
ProcessServiceSubSystem.kill(IRemoteProcess process,
String signal)
|
IRemoteProcess[] |
ProcessServiceSubSystem.listAllProcesses(IHostProcessFilter processFilter,
IRemoteProcessContext context,
IProgressMonitor monitor)
|
IRemoteProcess[] |
ProcessServiceSubSystem.listChildProcesses(IRemoteProcess parent,
IHostProcessFilter processFilter,
IRemoteProcessContext context,
IProgressMonitor monitor)
|
IRemoteProcess[] |
ProcessServiceSubSystem.listChildProcesses(IRemoteProcess parent,
IRemoteProcessContext context,
IProgressMonitor monitor)
|
| Uses of SystemMessageException in org.eclipse.rse.subsystems.shells.core.subsystems |
|---|
| Methods in org.eclipse.rse.subsystems.shells.core.subsystems that throw SystemMessageException | |
|---|---|
protected Object[] |
RemoteCmdSubSystem.internalRunCommand(String cmd,
Object context,
boolean interpretOutput,
IProgressMonitor monitor)
Runs a remote command and interprets any resulting output. |
protected Object[] |
RemoteCmdSubSystem.internalRunCommand(String cmd,
Object context,
IProgressMonitor monitor)
Runs a remote command. |
protected IRemoteCommandShell |
RemoteCmdSubSystem.internalRunShell(Object context,
IProgressMonitor monitor)
Establishes a new shell. |
| Uses of SystemMessageException in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem |
|---|
| Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that throw SystemMessageException | |
|---|---|
protected Object[] |
ShellServiceSubSystem.internalRunCommand(String cmd,
Object context,
boolean interpretOutput,
IProgressMonitor monitor)
|
protected Object[] |
ShellServiceSubSystem.internalRunCommand(String cmd,
Object context,
IProgressMonitor monitor)
|
protected IRemoteCommandShell |
ShellServiceSubSystem.internalRunShell(Object context,
IProgressMonitor monitor)
|
| Uses of SystemMessageException in org.eclipse.rse.ui.actions |
|---|
| Methods in org.eclipse.rse.ui.actions with parameters of type SystemMessageException | |
|---|---|
protected void |
SystemBaseCopyAction.showOperationErrorMessage(Shell shell,
SystemMessageException exc)
Show an error message when the operation fails. |
| Uses of SystemMessageException in org.eclipse.rse.ui.messages |
|---|
| Methods in org.eclipse.rse.ui.messages with parameters of type SystemMessageException | |
|---|---|
static void |
SystemMessageDialog.displayMessage(Shell shell,
SystemMessageException msgEx)
Display this wrapped system message to the user |
static void |
SystemMessageDialog.displayMessage(SystemMessageException msgEx)
Display this wrapped system message to the user |
| Constructors in org.eclipse.rse.ui.messages with parameters of type SystemMessageException | |
|---|---|
SystemMessageStatus(SystemMessageException exception)
|
|
| Uses of SystemMessageException in org.eclipse.rse.ui.operations |
|---|
| Methods in org.eclipse.rse.ui.operations with parameters of type SystemMessageException | |
|---|---|
protected void |
SystemFetchOperation.displayAsyncMsg(SubSystem ss,
SystemMessageException msg)
Display message on message thread |
|
RSE Release 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||