org.javagroups
Class JChannelFactory

java.lang.Object
  |
  +--org.javagroups.JChannelFactory
All Implemented Interfaces:
ChannelFactory

public class JChannelFactory
extends java.lang.Object
implements ChannelFactory


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

JChannelFactory

public JChannelFactory()
Method Detail

createChannel

public Channel createChannel(java.lang.Object properties)
                      throws ChannelException
Description copied from interface: ChannelFactory
Creates an instance implementing the Channel interface.
Specified by:
createChannel in interface ChannelFactory
Following copied from interface: org.javagroups.ChannelFactory
Parameters:
properties - The specification of the protocol stack (underneath the channel). A null value means use the default properties.
Throws:
ChannelException - Thrown when the creation of the channel failed, e.g. the properties specified were incompatible (e.g. a missing UDP layer etc.)


Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.