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
Release 3.0

Package org.eclipse.rse.services

Application programming interface for the RSE Services Layer.

See:
           Description

Interface Summary
IService IService is the base interface for any non-UI service contributions to RSE.
 

Class Summary
AbstractService Abstract default implementation of an RSE Service.
Mutex A Mutual Exclusion Lock for Threads that need to access a resource in a serialized manner.
RemoteUtil Static helper-methods for network access.
 

Package org.eclipse.rse.services Description

Application programming interface for the RSE Services Layer.

Package Specification

The RSE Services layer provides interfaces and basic utility classes for remote operations. There is no restriction whatsoever about the kind of those operations, and actually there isn't even a need for remote systems to be involved. The Services defined here provide basic functionality for RSE to operate on.

The RSE Services layer is designed to have only minimal dependency into Eclipse core APIs, such that Services can eventually be re-used in environments outside Eclipse. This can be done today by providing a library with mock objects for the few Eclipse interfaces that Services currently use: IAdaptable, IProgressMonitor, IStatus, NLS, PlatformObject and few others related to the Eclipse Extension Registry, which are only used in the Activator and can thus be replaced easily by a different mechanisms for providing extensions.


RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

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