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

Packages that use IChannelContainerAdapter
org.eclipse.ecf.datashare   
org.eclipse.ecf.datashare.service   
org.eclipse.ecf.docshare   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.datashare.nio   
 

Uses of IChannelContainerAdapter in org.eclipse.ecf.datashare
 

Fields in org.eclipse.ecf.datashare declared as IChannelContainerAdapter
protected  IChannelContainerAdapter AbstractShare.adapter
           
 

Methods in org.eclipse.ecf.datashare that return IChannelContainerAdapter
 IChannelContainerAdapter ChannelContainer.getContainerAdapter()
           
 IChannelContainerAdapter IChannelContainer.getContainerAdapter()
           
 

Constructors in org.eclipse.ecf.datashare with parameters of type IChannelContainerAdapter
AbstractShare(IChannelContainerAdapter adapter)
           
AbstractShare(IChannelContainerAdapter adapter, ID channelID)
           
AbstractShare(IChannelContainerAdapter adapter, ID channelID, java.util.Map options)
           
ChannelContainer(IContainer container, IChannelContainerAdapter containerAdapter)
           
 

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

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

Uses of IChannelContainerAdapter in org.eclipse.ecf.docshare
 

Constructors in org.eclipse.ecf.docshare with parameters of type IChannelContainerAdapter
DocShare(IChannelContainerAdapter adapter)
          Create a document sharing session instance.
 

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

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

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

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