|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javagroups.EnsChannelFactory
Constructor Summary | |
EnsChannelFactory()
|
|
EnsChannelFactory(java.lang.String transport_properties,
int outboard_port)
|
Method Summary | |
Channel |
createChannel(java.lang.Object properties)
Creates an instance implementing the Channel interface. |
void |
setOutboardPort(int port)
|
void |
setTransport(java.lang.String props)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnsChannelFactory()
public EnsChannelFactory(java.lang.String transport_properties, int outboard_port)
Method Detail |
public void setTransport(java.lang.String props)
public void setOutboardPort(int port)
public Channel createChannel(java.lang.Object properties) throws ChannelException
ChannelFactory
Channel
interface.
createChannel
in interface ChannelFactory
properties
- The specification of the protocol stack (underneath the channel).
A null
value means use the default properties.
ChannelException
- Thrown when the creation of the channel failed, e.g.
the properties
specified were incompatible (e.g. a missing
UDP layer etc.)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |