org.codehaus.activemq.transport.jxta
Class JxtaTransportServerChannelFactory

java.lang.Object
  extended byorg.codehaus.activemq.transport.jxta.JxtaTransportServerChannelFactory
All Implemented Interfaces:
org.codehaus.activemq.transport.TransportServerChannelFactory

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

A JXTA implementation of a TransportServerChannelFactory

Version:
$Revision: 1.2 $

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

Constructor Detail

JxtaTransportServerChannelFactory

public JxtaTransportServerChannelFactory()
Method Detail

create

public org.codehaus.activemq.transport.TransportServerChannel create(org.codehaus.activemq.io.WireFormat wireFormat,
                                                                     URI bindAddress)
                                                              throws JMSException
Bind a ServerChannel to an address

Specified by:
create in interface org.codehaus.activemq.transport.TransportServerChannelFactory
Parameters:
wireFormat -
bindAddress -
Returns:
the TransportChannel bound to the remote node
Throws:
JMSException


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