org.jboss.messaging.core.contract
Interface ChannelFactory

All Known Implementing Classes:
MultiplexerChannelFactory, XMLChannelFactory

public interface ChannelFactory

Version:
$Revision: 3124 $ $Id: ChannelFactory.java 3124 2007-09-20 12:23:32Z timfox $
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.