public class VMTransportFactory extends TransportFactory
Modifier and Type | Field and Description |
---|---|
static ConcurrentHashMap<String,BrokerService> |
BROKERS |
static ConcurrentHashMap<String,TransportConnector> |
CONNECTORS |
static ConcurrentHashMap<String,VMTransportServer> |
SERVERS |
Constructor and Description |
---|
VMTransportFactory() |
Modifier and Type | Method and Description |
---|---|
TransportServer |
doBind(URI location) |
Transport |
doCompositeConnect(URI location) |
Transport |
doConnect(URI location) |
BrokerFactoryHandler |
getBrokerFactoryHandler() |
void |
setBrokerFactoryHandler(BrokerFactoryHandler brokerFactoryHandler) |
static void |
stopped(String host) |
static void |
stopped(VMTransportServer server) |
bind, bind, bind, compositeConfigure, compositeConnect, compositeConnect, configure, connect, connect, createTransport, createWireFormat, createWireFormatFactory, doCompositeConnect, doConnect, getDefaultWireFormatType, getOption, registerTransportFactory, serverConfigure
public static final ConcurrentHashMap<String,BrokerService> BROKERS
public static final ConcurrentHashMap<String,TransportConnector> CONNECTORS
public static final ConcurrentHashMap<String,VMTransportServer> SERVERS
public Transport doConnect(URI location) throws Exception
doConnect
in class TransportFactory
Exception
public Transport doCompositeConnect(URI location) throws Exception
doCompositeConnect
in class TransportFactory
Exception
public TransportServer doBind(URI location) throws IOException
doBind
in class TransportFactory
IOException
public static void stopped(VMTransportServer server)
public static void stopped(String host)
public BrokerFactoryHandler getBrokerFactoryHandler()
public void setBrokerFactoryHandler(BrokerFactoryHandler brokerFactoryHandler)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.