JavaGroups
Class IbusChannelFactory

java.lang.Object
  |
  +--JavaGroups.IbusChannelFactory

public class IbusChannelFactory
extends java.lang.Object
implements ChannelFactory


Constructor Summary
IbusChannelFactory()
           
 
Method Summary
 Channel CreateChannel(java.lang.Object properties)
          Creates an instance implementing the Channel interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IbusChannelFactory

public IbusChannelFactory()
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
Tags copied from interface: 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.)