com.atlassian.bamboo.amq
Class TomcatHttpTransportServer

java.lang.Object
  extended by org.apache.activemq.util.ServiceSupport
      extended by org.apache.activemq.transport.TransportServerSupport
          extended by com.atlassian.bamboo.amq.TomcatHttpTransportServer
All Implemented Interfaces:
org.apache.activemq.Service, org.apache.activemq.transport.TransportServer

public class TomcatHttpTransportServer
extends org.apache.activemq.transport.TransportServerSupport


Field Summary
 
Fields inherited from class org.apache.activemq.transport.TransportServerSupport
transportOptions
 
Constructor Summary
TomcatHttpTransportServer(URI location, TomcatHttpTransportFactory tomcatHttpTransportFactory, javax.servlet.ServletContext servletContext)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop(org.apache.activemq.util.ServiceStopper stopper)
           
 InetSocketAddress getSocketAddress()
           
 boolean isSslServer()
           
 void setBrokerInfo(org.apache.activemq.command.BrokerInfo brokerInfo)
           
 
Methods inherited from class org.apache.activemq.transport.TransportServerSupport
getAcceptListener, getBindLocation, getConnectURI, onAcceptError, setAcceptListener, setBindLocation, setConnectURI, setTransportOption
 
Methods inherited from class org.apache.activemq.util.ServiceSupport
addServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.activemq.Service
start, stop
 

Constructor Detail

TomcatHttpTransportServer

public TomcatHttpTransportServer(URI location,
                                 TomcatHttpTransportFactory tomcatHttpTransportFactory,
                                 javax.servlet.ServletContext servletContext)
Method Detail

doStop

protected void doStop(org.apache.activemq.util.ServiceStopper stopper)
               throws Exception
Specified by:
doStop in class org.apache.activemq.util.ServiceSupport
Throws:
Exception

doStart

protected void doStart()
                throws Exception
Specified by:
doStart in class org.apache.activemq.util.ServiceSupport
Throws:
Exception

setBrokerInfo

public void setBrokerInfo(org.apache.activemq.command.BrokerInfo brokerInfo)

getSocketAddress

public InetSocketAddress getSocketAddress()

isSslServer

public boolean isSslServer()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.