org.codehaus.activemq.transport.jgroups
Class JGroupsTransportServerChannelFactory

java.lang.Object
  extended byorg.codehaus.activemq.transport.jgroups.JGroupsTransportServerChannelFactory
All Implemented Interfaces:
org.codehaus.activemq.transport.TransportServerChannelFactory

public class JGroupsTransportServerChannelFactory
extends Object
implements org.codehaus.activemq.transport.TransportServerChannelFactory

A JGroups implementation of a TransportServerChannelFactory

Version:
$Revision: 1.2 $

Constructor Summary
JGroupsTransportServerChannelFactory()
           
 
Method Summary
 org.codehaus.activemq.transport.TransportServerChannel create(org.codehaus.activemq.io.WireFormat wireFormat, URI bindAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGroupsTransportServerChannelFactory

public JGroupsTransportServerChannelFactory()
Method Detail

create

public org.codehaus.activemq.transport.TransportServerChannel create(org.codehaus.activemq.io.WireFormat wireFormat,
                                                                     URI bindAddress)
                                                              throws JMSException
Specified by:
create in interface org.codehaus.activemq.transport.TransportServerChannelFactory
Throws:
JMSException


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.