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

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

Uses of IChannelConfig in org.eclipse.ecf.datashare
 

Classes in org.eclipse.ecf.datashare that implement IChannelConfig
 class BaseChannelConfig
          Base class implementation of IChannelConfig.
 

Methods in org.eclipse.ecf.datashare with parameters of type IChannelConfig
 IChannel IChannelContainerAdapter.createChannel(IChannelConfig newChannelConfig)
          Create a new channel within this container
 

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

Methods in org.eclipse.ecf.provider.datashare with parameters of type IChannelConfig
 IChannel DatashareContainer.createChannel(IChannelConfig newChannelConfig)
           
 IChannel DatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
           
 IChannel SharedObjectDatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig)
           
protected  SharedObjectDescription SharedObjectDatashareContainerAdapter.createChannelSharedObjectDescription(IChannelConfig channelConfig)
           
 

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

Methods in org.eclipse.ecf.provider.datashare.nio with parameters of type IChannelConfig
 IChannel NIODatashareContainer.createChannel(IChannelConfig newChannelConfig)
           
protected abstract  NIOChannel NIODatashareContainer.createNIOChannel(IChannelConfig newChannelConfig)
          Creates a new NIO-capable channel within this container.