org.jboss.messaging.core.plugin.postoffice.cluster.jchannelfactory
Interface JChannelFactory

All Known Implementing Classes:
MultiplexerJChannelFactory, XMLJChannelFactory

public interface JChannelFactory

Version:
$Revision: 2115 $ $Id: JChannelFactory.java 2115 2007-01-31 11:29:26Z ovidiu.feodorov@jboss.com $
Author:
Clebert Suconic

Method Summary
 JChannel createASyncChannel()
           
 JChannel createSyncChannel()
           
 

Method Detail

createSyncChannel

public JChannel createSyncChannel()
                           throws java.lang.Exception
Throws:
java.lang.Exception

createASyncChannel

public JChannel createASyncChannel()
                            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.