Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse RSE Development Guide
Previous Page Home Next Page

RSE Services

RSE is built on top of a service layer that provides services that access the remote systems. These service implementations are typically protocol-specific but will obey an interface that defined for that paricular service. For example, a file service will obey the interface defined in the package org.eclipse.rse.services.files, but there exist implementations for the dstore, FTP, and SSH protocols.

RSE supplies service definitions for a file service, a shell service for submitting remote commands, a search service, and a process service. Implementers that which to use different protocols than the ones supplied should use the existing service definitions to fit into the current structure.

It is not absolutely necessary to have a services layer. Implementers of subsystems that provide access to resources that in narrow domains could forgo the creation of explicit service classes and embed the support directly in the subsystem.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire