|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.javagroups.JChannelFactory
| Constructor Summary | |
|---|---|
JChannelFactory()
|
|
| Method Summary | |
|---|---|
Channel |
createChannel(java.lang.Object properties)
Creates an instance implementing the Channel interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JChannelFactory()
| Method Detail |
public Channel createChannel(java.lang.Object properties)
throws ChannelException
ChannelFactoryChannel interface.
createChannel in interface ChannelFactoryproperties - 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 | |||||||||||