Uses of Class
org.apache.activemq.apollo.transport.pipe.PipeTransportServer

Packages that use PipeTransportServer
org.apache.activemq.apollo.transport.pipe   
 

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

Fields in org.apache.activemq.apollo.transport.pipe with type parameters of type PipeTransportServer
static java.util.HashMap<java.lang.String,PipeTransportServer> PipeTransportFactory.servers
           
 

Methods in org.apache.activemq.apollo.transport.pipe that return PipeTransportServer
static PipeTransportServer PipeTransportFactory.lookup(java.lang.String name)
           
 

Methods in org.apache.activemq.apollo.transport.pipe that return types with arguments of type PipeTransportServer
static java.util.Map<java.lang.String,PipeTransportServer> PipeTransportFactory.getServers()
           
 

Methods in org.apache.activemq.apollo.transport.pipe with parameters of type PipeTransportServer
static void PipeTransportFactory.unbind(PipeTransportServer server)
           
 

Constructors in org.apache.activemq.apollo.transport.pipe with parameters of type PipeTransportServer
PipeTransport(PipeTransportServer server)
           
 



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