Uses of Interface
org.apache.activemq.apollo.transport.TransportServer

Packages that use TransportServer
org.apache.activemq.apollo.transport Transport related interfaces. 
org.apache.activemq.apollo.transport.pipe   
 

Uses of TransportServer in org.apache.activemq.apollo.transport
 

Methods in org.apache.activemq.apollo.transport that return TransportServer
static TransportServer TransportFactory.bind(java.lang.String location)
          Creates a transport server.
 TransportServer TransportFactory.Provider.bind(java.lang.String location)
           
 

Uses of TransportServer in org.apache.activemq.apollo.transport.pipe
 

Classes in org.apache.activemq.apollo.transport.pipe that implement TransportServer
 class PipeTransportServer
           
 

Methods in org.apache.activemq.apollo.transport.pipe that return TransportServer
 TransportServer PipeTransportFactory.bind(java.lang.String location)
           
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.