Uses of Interface
org.eclipse.ecf.datashare.IAbstractChannelContainerAdapter

Packages that use IAbstractChannelContainerAdapter
org.eclipse.ecf.datashare   
org.eclipse.ecf.datashare.mergeable   
org.eclipse.ecf.datashare.service   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.datashare.nio   
 

Uses of IAbstractChannelContainerAdapter in org.eclipse.ecf.datashare
 

Subinterfaces of IAbstractChannelContainerAdapter in org.eclipse.ecf.datashare
 interface IChannelContainerAdapter
          Channel container entry point adapter.
 

Uses of IAbstractChannelContainerAdapter in org.eclipse.ecf.datashare.mergeable
 

Subinterfaces of IAbstractChannelContainerAdapter in org.eclipse.ecf.datashare.mergeable
 interface IMergeableChannelContainerAdapter
          MergeableChannel container entry point interface.
 

Uses of IAbstractChannelContainerAdapter in org.eclipse.ecf.datashare.service
 

Subinterfaces of IAbstractChannelContainerAdapter in org.eclipse.ecf.datashare.service
 interface IDatashareService
          OSGI datashare service interface.
 

Uses of IAbstractChannelContainerAdapter in org.eclipse.ecf.provider.datashare
 

Classes in org.eclipse.ecf.provider.datashare that implement IAbstractChannelContainerAdapter
 class DatashareContainer
           
 class DatashareContainerAdapter
           
 class SharedObjectDatashareContainerAdapter
           
 

Uses of IAbstractChannelContainerAdapter in org.eclipse.ecf.provider.datashare.nio
 

Classes in org.eclipse.ecf.provider.datashare.nio that implement IAbstractChannelContainerAdapter
 class NIODatashareContainer
          A datashare channel container implementation that creates channels that uses NIO for sending and receiving messages.