org.jboss.messaging.core.channelfactory
Interface ChannelFactory

All Known Implementing Classes:
MultiplexerChannelFactory, XMLChannelFactory

public interface ChannelFactory

Version:
$Revision: 3124 $
Author:
Clebert Suconic, Tim Fox

Method Summary
 org.jgroups.Channel createControlChannel()
           
 org.jgroups.Channel createDataChannel()
           
 

Method Detail

createControlChannel

org.jgroups.Channel createControlChannel()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

createDataChannel

org.jgroups.Channel createDataChannel()
                                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.