net.sf.beep4j.internal.tcp
Interface ChannelControllerFactory

All Known Implementing Classes:
TCPMapping

public interface ChannelControllerFactory

Factory to create ChannelController objects.

Author:
Simon Raess

Method Summary
 ChannelController createChannelController(int channelNumber, Transport transport)
          Creates a new ChannelController for the channel identified by the channelNumber.
 

Method Detail

createChannelController

ChannelController createChannelController(int channelNumber,
                                          Transport transport)
Creates a new ChannelController for the channel identified by the channelNumber. The transport is the interface to the implementation of the Transport layer.

Parameters:
channelNumber - the channel number
transport - the Transport implementation
Returns:
a fully initialized ChannelController


Copyright © 2007 null. All Rights Reserved.