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

Packages that use IChannel
org.eclipse.ecf.datashare   
org.eclipse.ecf.provider.datashare   
 

Uses of IChannel in org.eclipse.ecf.datashare
 

Fields in org.eclipse.ecf.datashare declared as IChannel
protected  IChannel AbstractShare.channel
           
 

Methods in org.eclipse.ecf.datashare that return IChannel
 IChannel IChannelContainerAdapter.createChannel(IChannelConfig newChannelConfig)
          Create a new channel within this container
 IChannel IChannelContainerAdapter.createChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a new channel within this container
 IChannel AbstractShare.getChannel()
           
 IChannel IAbstractChannelContainerAdapter.getChannel(ID channelID)
          Get IChannel with given channelID.
 

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

Classes in org.eclipse.ecf.provider.datashare that implement IChannel
 class BaseChannel
           
 

Methods in org.eclipse.ecf.provider.datashare that return IChannel
 IChannel SharedObjectDatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
           
 IChannel DatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
           
 IChannel DatashareContainer.createChannel(IChannelConfig newChannelConfig)
           
 IChannel SharedObjectDatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainer.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel SharedObjectDatashareContainerAdapter.getChannel(ID channelID)
           
 IChannel DatashareContainerAdapter.getChannel(ID channelID)
           
 IChannel DatashareContainer.getChannel(ID channelID)