Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jgroups.EnsChannelFactory
Constructor Summary | |
|
Method Summary | |
Channel |
|
Channel |
|
void |
|
void |
|
public EnsChannelFactory()
public EnsChannelFactory(String transport_properties, int outboard_port)
public Channel createChannel() throws ChannelException
No-Op implementation of the createChannel() method specified by theChannel
interface.
- Specified by:
- createChannel in interface ChannelFactory
- Returns:
- this implementation always returns
null
.
public Channel createChannel(Object properties) throws ChannelException
- Specified by:
- createChannel in interface ChannelFactory
public void setOutboardPort(int port)
public void setTransport(String props)