fulmine.distribution.channel
Class ChannelFactory
java.lang.Object
fulmine.distribution.channel.ChannelFactory
- All Implemented Interfaces:
- IChannelFactory
public class ChannelFactory
- extends Object
- implements IChannelFactory
Basic implementation returning a Channel
.
- Author:
- Ramon Servadei
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelFactory
public ChannelFactory()
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 contextcontext
- the local context for the channel
Copyright © 2007-2009. All Rights Reserved.