org.apache.activemq.proxy
Class ProxyConnector
java.lang.Object
org.apache.activemq.proxy.ProxyConnector
- All Implemented Interfaces:
- Service
public class ProxyConnector
- extends java.lang.Object
- implements Service
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyConnector
public ProxyConnector()
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface Service
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop
in interface Service
- Throws:
java.lang.Exception
getLocalUri
public java.net.URI getLocalUri()
setLocalUri
public void setLocalUri(java.net.URI localURI)
getBind
public java.net.URI getBind()
setBind
public void setBind(java.net.URI bind)
getRemote
public java.net.URI getRemote()
setRemote
public void setRemote(java.net.URI remote)
getServer
public TransportServer getServer()
throws java.io.IOException,
java.net.URISyntaxException
- Throws:
java.io.IOException
java.net.URISyntaxException
setServer
public void setServer(TransportServer server)
createServer
protected TransportServer createServer()
throws java.io.IOException,
java.net.URISyntaxException
- Throws:
java.io.IOException
java.net.URISyntaxException
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isProxyToLocalBroker
public boolean isProxyToLocalBroker()
setProxyToLocalBroker
public void setProxyToLocalBroker(boolean proxyToLocalBroker)
Copyright © 2005-2011. All Rights Reserved.