Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ECF Shared Object API Bundle"

(New page: ===Introduction=== The ECF Shared Object API Bundle provides basic services for creating replicated or 'shared objects' within a distributed container (IContainer). ''Bundle-SymbolicNam...)
 
(Dependencies)
 
Line 8: Line 8:
 
===Dependencies===
 
===Dependencies===
  
''Required ECF Bundles: '' '''[[ECF Core Bundle|org.eclipse.ecf.core]]'''
+
''Required ECF Bundles: '' '''[[ECF Core Bundle|org.eclipse.ecf]]'''
  
 
''Required Runtime Bundles: '' [http://www.eclipse.org/equinox/bundles/ org.eclipse.equinox.common], [http://www.eclipse.org/equinox/bundles/ org.eclipse.equinox.registry]
 
''Required Runtime Bundles: '' [http://www.eclipse.org/equinox/bundles/ org.eclipse.equinox.common], [http://www.eclipse.org/equinox/bundles/ org.eclipse.equinox.registry]

Latest revision as of 18:19, 8 May 2007

Introduction

The ECF Shared Object API Bundle provides basic services for creating replicated or 'shared objects' within a distributed container (IContainer).

Bundle-SymbolicName: org.eclipse.ecf.sharedobject

Bundle-Version: 1.0.0

Dependencies

Required ECF Bundles: org.eclipse.ecf

Required Runtime Bundles: org.eclipse.equinox.common, org.eclipse.equinox.registry

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

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

Approximate Code Size: 81K

Exported Packages

org.eclipse.ecf.core.sharedobject

org.eclipse.ecf.core.sharedobject.events

org.eclipse.ecf.core.sharedobject.provider

org.eclipse.ecf.core.sharedobject.security

org.eclipse.ecf.core.sharedobject.util

Re-Exported Packages from Dependent Bundles

None.

Extension Points

Shared Object Factory

  • org.eclipse.ecf.sharedobject.sharedObjectFactory
    • Description: Create new Shared Object instances.

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.core.sharedobject
  • Committer: :extssh:dev.eclipse.org:/cvsroot/technology:org.eclipse.ecf/plugins/org.eclipse.ecf.core.sharedobject

Source Browsing

Back to the top