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/API Docs"

< ECF
(Call)
Line 9: Line 9:
 
[[ECF Core Bundle|org.eclipse.ecf]]
 
[[ECF Core Bundle|org.eclipse.ecf]]
  
==Telephony==
+
==Datashare API==
  
==Discovery==
+
The datashare API provides support for asynchronous messaging channels.  Arbitrary data may be reliably sent to publish-and-subscribe channels.
  
==Datashare==
+
==Discovery API==
  
 
==File Transfer API==
 
==File Transfer API==
Line 21: Line 21:
 
[[ECF Filetransfer API Bundle|org.eclipse.ecf.filetransfer]]
 
[[ECF Filetransfer API Bundle|org.eclipse.ecf.filetransfer]]
  
==Presence==
+
==Presence API==
  
==Remote Services==
+
==Remote Services API==
  
==Shared Object==
+
==Shared Object API==
  
==UI==
+
==Telephony API==
 +
 
 +
==ECF UI API==
  
 
=ECF Providers=
 
=ECF Providers=

Revision as of 16:37, 20 April 2007

ECF API Documentation

ECF Core Bundles

The ECF Core API provides support for all other ECF APIs. This includes identity (ID) services, ECF distributed container (IContainer) interface definition and instance creation.

org.eclipse.ecf.identity

org.eclipse.ecf

Datashare API

The datashare API provides support for asynchronous messaging channels. Arbitrary data may be reliably sent to publish-and-subscribe channels.

Discovery API

File Transfer API

The filetransfer API provides support for both retrieving remote files, and initiating the sending of peer-to-peer file transfer.

org.eclipse.ecf.filetransfer

Presence API

Remote Services API

Shared Object API

Telephony API

ECF UI API

ECF Providers

Back to the top