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==)
 
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 Identity Bundle|org.eclipse.ecf.identity]]''','''[[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://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/datashare/package-frame.html org.eclipse.ecf.datashare]
 +
 
 +
[http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/datashare/events/package-frame.html org.eclipse.ecf.datashare.events]
 +
 
 +
[http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/org/eclipse/ecf/datashare/mergeable/package-frame.html org.eclipse.ecf.datashare.mergeable]
 +
 
 +
[http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/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===
 +
''Project Set: ''[http://www.eclipse.org/ecf/projectsetfiles/ecf.datashare.anonymous.psf Anonymous], [http://www.eclipse.org/ecf/projectsetfiles/ecf.datashare.committer.psf Committer]
 +
 
 +
CVS
 +
*Anonymous:  :pserver:anonymous@dev.eclipse.org:/cvsroot/technology:org.eclipse.ecf/plugins/org.eclipse.ecf.datashare
 +
*Committer: :extssh:dev.eclipse.org:/cvsroot/technology:org.eclipse.ecf/plugins/org.eclipse.ecf.datashare
 +
 
 +
===Source Browsing===
 +
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ecf/plugins/org.eclipse.ecf.datashare/?root=Technology_Project Bundle Source]
 +
 
 +
*[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ecf/plugins/org.eclipse.ecf.datashare/META-INF/MANIFEST.MF?root=Technology_Project&view=markup Bundle Manifest]

Revision as of 16:40, 8 May 2007

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.identity,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

Project Set: Anonymous, Committer

CVS

  • Anonymous:  :pserver:anonymous@dev.eclipse.org:/cvsroot/technology:org.eclipse.ecf/plugins/org.eclipse.ecf.datashare
  • Committer: :extssh:dev.eclipse.org:/cvsroot/technology:org.eclipse.ecf/plugins/org.eclipse.ecf.datashare

Source Browsing

Copyright © Eclipse Foundation, Inc. All Rights Reserved.