org.jgroups

Class EnsChannelFactory

Implemented Interfaces:
ChannelFactory

public class EnsChannelFactory
extends java.lang.Object
implements ChannelFactory

Constructor Summary

EnsChannelFactory()
EnsChannelFactory(String transport_properties, int outboard_port)

Method Summary

Channel
createChannel()
No-Op implementation of the createChannel() method specified by the Channel interface.
Channel
createChannel(Object properties)
void
setOutboardPort(int port)
void
setTransport(String props)

Constructor Details

EnsChannelFactory

public EnsChannelFactory()

EnsChannelFactory

public EnsChannelFactory(String transport_properties,
                         int outboard_port)

Method Details

createChannel

public Channel createChannel()
            throws ChannelException
No-Op implementation of the createChannel() method specified by the Channel interface.
Specified by:
createChannel in interface ChannelFactory
Returns:
this implementation always returns null.

createChannel

public Channel createChannel(Object properties)
            throws ChannelException
Specified by:
createChannel in interface ChannelFactory

setOutboardPort

public void setOutboardPort(int port)

setTransport

public void setTransport(String props)

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.