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

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

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 DatashareContainer.createChannel(IChannelConfig newChannelConfig)
           
 IChannel DatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
           
 IChannel SharedObjectDatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
           
 IChannel DatashareContainer.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel SharedObjectDatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainer.getChannel(ID channelID)
           
 IChannel DatashareContainerAdapter.getChannel(ID channelID)
           
 IChannel SharedObjectDatashareContainerAdapter.getChannel(ID channelID)
           
 

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

Classes in org.eclipse.ecf.provider.datashare.nio that implement IChannel
 class NIOChannel
          An abstract implementation of IChannel that uses Java 1.4 NIO APIs for sending and retrieving data.
 

Methods in org.eclipse.ecf.provider.datashare.nio that return IChannel
 IChannel NIODatashareContainer.createChannel(IChannelConfig newChannelConfig)
           
 IChannel NIODatashareContainer.createChannel(ID channelId, IChannelListener listener, java.util.Map properties)
           
 IChannel NIODatashareContainer.getChannel(ID channelId)