Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Datashare API Bundle"

(New page: ==Introduction==)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Introduction==
+
===Introduction===
 +
The ECF Datashare API Bundle provides basic services for creation of channels for asynchronous point-to-pont messaging. 
 +
 
 +
''Bundle-SymbolicName:'' '''org.eclipse.ecf.datashare'''
 +
 
 +
''Bundle-Version: ''1.0.0
 +
 
 +
===Dependencies===
 +
 
 +
''Required ECF Bundles: '' '''[[ECF Core Bundle|org.eclipse.ecf]]'''
 +
 
 +
''Required Runtime Bundles: '' [http://www.eclipse.org/equinox/bundles/ org.eclipse.equinox.common]''
 +
 
 +
''Required Packages: '' org.osgi.framework, org.osgi.service.log, org.osgi.util.tracker, org.eclipse.osgi.util, org.eclipse.core.runtime.jobs
 +
 
 +
''Required Execution Environment: ''J2SE-1.3, CDC-1.0/Foundation 1.0
 +
 
 +
''Approximate Code Size: ''16K
 +
 
 +
===Exported Packages===
 +
 
 +
[http://download.eclipse.org/rt/ecf/3.5Test/javadoc/org/eclipse/ecf/datashare/package-frame.html org.eclipse.ecf.datashare]
 +
 
 +
[http://download.eclipse.org/rt/ecf/3.5Test/javadoc/org/eclipse/ecf/datashare/events/package-frame.html org.eclipse.ecf.datashare.events]
 +
 
 +
[http://download.eclipse.org/rt/ecf/3.5Test/javadoc/org/eclipse/ecf/datashare/mergeable/package-frame.html org.eclipse.ecf.datashare.mergeable]
 +
 
 +
[http://download.eclipse.org/rt/ecf/3.5Test/javadoc/org/eclipse/ecf/datashare/service/package-frame.html org.eclipse.ecf.datashare.service]
 +
 
 +
====Re-Exported Packages from Dependent Bundles====
 +
 
 +
None
 +
 
 +
===Extension Points===
 +
 
 +
None
 +
 
 +
===OSGI Services===
 +
 
 +
None
 +
 
 +
===Source Access===
 +
 
 +
[http://git.eclipse.org/c/ecf/org.eclipse.ecf.git ECF Git Repos]

Latest revision as of 13:56, 11 March 2011

Introduction

The ECF Datashare API Bundle provides basic services for creation of channels for asynchronous point-to-pont messaging.

Bundle-SymbolicName: org.eclipse.ecf.datashare

Bundle-Version: 1.0.0

Dependencies

Required ECF Bundles: org.eclipse.ecf

Required Runtime Bundles: org.eclipse.equinox.common

Required Packages: org.osgi.framework, org.osgi.service.log, org.osgi.util.tracker, org.eclipse.osgi.util, org.eclipse.core.runtime.jobs

Required Execution Environment: J2SE-1.3, CDC-1.0/Foundation 1.0

Approximate Code Size: 16K

Exported Packages

org.eclipse.ecf.datashare

org.eclipse.ecf.datashare.events

org.eclipse.ecf.datashare.mergeable

org.eclipse.ecf.datashare.service

Re-Exported Packages from Dependent Bundles

None

Extension Points

None

OSGI Services

None

Source Access

ECF Git Repos

Back to the top