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

Packages that use IChannelListener
org.eclipse.ecf.datashare   
org.eclipse.ecf.datashare.mergeable   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.datashare.nio   
 

Uses of IChannelListener in org.eclipse.ecf.datashare
 

Fields in org.eclipse.ecf.datashare declared as IChannelListener
protected  IChannelListener BaseChannelConfig.listener
           
 

Methods in org.eclipse.ecf.datashare that return IChannelListener
 IChannelListener IChannelConfig.getListener()
          Get listener for channel being created.
 IChannelListener IAbstractChannel.getListener()
          Get IChannelListener instance for this IAbstractChannel
 IChannelListener BaseChannelConfig.getListener()
           
 IChannelListener IAbstractChannel.setListener(IChannelListener listener)
          Set listener to new IChannelListener instance
 

Methods in org.eclipse.ecf.datashare with parameters of type IChannelListener
 IChannel IChannelContainerAdapter.createChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a new channel within this container
 IChannelListener IAbstractChannel.setListener(IChannelListener listener)
          Set listener to new IChannelListener instance
 

Constructors in org.eclipse.ecf.datashare with parameters of type IChannelListener
BaseChannelConfig(ID id, IChannelListener listener, java.util.Map properties)
           
 

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

Methods in org.eclipse.ecf.datashare.mergeable with parameters of type IChannelListener
 IMergeableChannel IMergeableChannelContainerAdapter.createMergeableChannel(ID channelID, IChannelListener listener, java.util.Map properties)
          Create a mergeable channel within this container
 

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

Fields in org.eclipse.ecf.provider.datashare declared as IChannelListener
protected  IChannelListener BaseChannel.listener
           
 

Methods in org.eclipse.ecf.provider.datashare that return IChannelListener
 IChannelListener BaseChannel.getListener()
           
 IChannelListener BaseChannel.setListener(IChannelListener listener)
           
 

Methods in org.eclipse.ecf.provider.datashare with parameters of type IChannelListener
 IChannel SharedObjectDatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainer.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
 IChannel DatashareContainerAdapter.createChannel(ID newID, IChannelListener listener, java.util.Map properties)
           
protected  ISharedObject SharedObjectDatashareContainerAdapter.createSharedObject(SharedObjectTypeDescription typeDescription, ISharedObjectTransactionConfig transactionConfig, IChannelListener listener)
           
protected  void BaseChannel.setChannelListener(IChannelListener l)
           
 IChannelListener BaseChannel.setListener(IChannelListener listener)
           
 

Constructors in org.eclipse.ecf.provider.datashare with parameters of type IChannelListener
BaseChannel(ISharedObjectTransactionConfig config, IChannelListener listener)
          Primary copy implementation of channel class constructor
 

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

Methods in org.eclipse.ecf.provider.datashare.nio that return IChannelListener
 IChannelListener NIOChannel.getListener()
           
 IChannelListener NIOChannel.setListener(IChannelListener listener)
           
 

Methods in org.eclipse.ecf.provider.datashare.nio with parameters of type IChannelListener
 IChannel NIODatashareContainer.createChannel(ID channelId, IChannelListener listener, java.util.Map properties)
           
protected abstract  NIOChannel NIODatashareContainer.createNIOChannel(ID channelId, IChannelListener listener, java.util.Map properties)
          Creates a new NIO-capable channel within this container.
 IChannelListener NIOChannel.setListener(IChannelListener listener)
           
 

Constructors in org.eclipse.ecf.provider.datashare.nio with parameters of type IChannelListener
NIOChannel(NIODatashareContainer datashareContainer, ID containerId, ID id, IChannelListener listener)
          Instantiates a new channel for sending and receiving messages in a non-blocking manner via sockets.