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

ECF IPC API Bundle

Introduction

The ECF IPC API Bundle provides the basic primitives for inter-process communication on a single host.

Bundle-SymbolicName: org.eclipse.ecf.ipc

Bundle-Version: x.x.x TBD

Fragments

Windows (x86)

Bundle-SymbolicName: org.eclipse.ecf.ipc.win32.x86

Bundle-Version: x.x.x TBD

Fragment-Host: org.eclipse.ecf.ipc;bundle-version="x.x.x" TBD

Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))

Linux (x86)

Bundle-SymbolicName: org.eclipse.ecf.ipc.linux.x86

Bundle-Version: x.x.x TBD

Fragment-Host: org.eclipse.ecf.ipc;bundle-version="x.x.x" TBD

Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86))

Solaris (x86)

Bundle-SymbolicName: org.eclipse.ecf.ipc.sunos.x86

Bundle-Version: x.x.x TBD

Fragment-Host: org.eclipse.ecf.ipc;bundle-version="x.x.x" TBD

Eclipse-PlatformFilter: (& (osgi.os=sunos) (osgi.arch=x86))

Dependencies

Required ECF Bundles: N/A

Required Runtime Bundles: N/A

Required Packages: N/A

Required Execution Environment: J2SE-1.5

Approximate Code Size: 16K

Exported Packages

org.eclipse.ecf.ipc

org.eclipse.ecf.ipc.fifo

org.eclipse.ecf.ipc.semaphore

org.eclipse.ecf.ipc.sharedmemory

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

Source Browsing

Copyright © Eclipse Foundation, Inc. All Rights Reserved.