|
|||||||||
| Home >> All >> org >> [ jgroups overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jgroups
Interface ChannelFactory

- All Known Implementing Classes:
- JChannelFactory
- public interface ChannelFactory
A channel factory takes care of creation of channel implementations. Subclasses will create different implementations.
| Method Summary | |
Channel |
createChannel()
Creates an instance implementing the Channel interface. |
Channel |
createChannel(java.lang.Object properties)
Deprecated. Channel factories should pass configuration information related to the protocol stack during construction or via another method before attempting to create any channels. |
| Method Detail |
createChannel
public Channel createChannel(java.lang.Object properties) throws ChannelException
- Deprecated. Channel factories should pass configuration information
related to the protocol stack during construction or via
another method before attempting to create any channels.
- Creates an instance implementing the
Channelinterface. - Creates an instance implementing the
createChannel
public Channel createChannel() throws ChannelException
- Creates an instance implementing the
Channelinterface.Protocol stack configuration information should be passed to implementing factories before this method is called.
|
|||||||||
| Home >> All >> org >> [ jgroups overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC