Package org.apache.activemq.proxy
Class ProxyConnector
java.lang.Object
org.apache.activemq.proxy.ProxyConnector
- All Implemented Interfaces:
org.apache.activemq.Service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.activemq.transport.TransportServergetBind()protected IntegergetName()org.apache.activemq.transport.TransportServerbooleanvoidvoidsetLocalUri(URI localURI) voidvoidsetProxyToLocalBroker(boolean proxyToLocalBroker) voidvoidsetServer(org.apache.activemq.transport.TransportServer server) voidstart()voidstop()
-
Constructor Details
-
ProxyConnector
public ProxyConnector()
-
-
Method Details
-
start
- Specified by:
startin interfaceorg.apache.activemq.Service- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.apache.activemq.Service- Throws:
Exception
-
getLocalUri
-
setLocalUri
-
getBind
-
setBind
-
getRemote
-
setRemote
-
getServer
public org.apache.activemq.transport.TransportServer getServer() throws IOException, URISyntaxException- Throws:
IOExceptionURISyntaxException
-
setServer
public void setServer(org.apache.activemq.transport.TransportServer server) -
createServer
protected org.apache.activemq.transport.TransportServer createServer() throws IOException, URISyntaxException- Throws:
IOExceptionURISyntaxException
-
getName
-
setName
-
isProxyToLocalBroker
public boolean isProxyToLocalBroker() -
setProxyToLocalBroker
public void setProxyToLocalBroker(boolean proxyToLocalBroker) -
getConnectionCount
-