fulmine.distribution.channel
Interface IChannelFactory

All Known Implementing Classes:
ChannelFactory

public interface IChannelFactory

Constructs an IChannel implementation

Author:
Ramon Servadei

Method Summary
 IChannel createChannel(IConnection connection, IFrameworkContext context)
          Construct the channel
 

Method Detail

createChannel

IChannel createChannel(IConnection connection,
                       IFrameworkContext context)
Construct the channel

Parameters:
connection - the connection to the remote context
context - the local context for the channel


Copyright © 2007-2009. All Rights Reserved.