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
 Channel createControlChannel()
           
 Channel createDataChannel()
           
 

Method Detail

createControlChannel

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

createDataChannel

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


Copyright © 2006 JBoss Inc. All Rights Reserved.