fulmine.distribution.channel
Class ChannelFactory

java.lang.Object
  extended by fulmine.distribution.channel.ChannelFactory
All Implemented Interfaces:
IChannelFactory

public class ChannelFactory
extends Object
implements IChannelFactory

Basic implementation returning a Channel.

Author:
Ramon Servadei

Constructor Summary
ChannelFactory()
           
 
Method Summary
 IChannel createChannel(IConnection connection, IFrameworkContext context)
          Construct the channel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelFactory

public ChannelFactory()
Method Detail

createChannel

public IChannel createChannel(IConnection connection,
                              IFrameworkContext context)
Description copied from interface: IChannelFactory
Construct the channel

Specified by:
createChannel in interface IChannelFactory
Parameters:
connection - the connection to the remote context
context - the local context for the channel


Copyright © 2007-2009. All Rights Reserved.