com.atlassian.bamboo.v2.build.agent
Class BambooAgentStreamListener

java.lang.Object
  extended by com.atlassian.bamboo.container.AbstractStartable
      extended by com.atlassian.bamboo.v2.build.agent.BambooAgentStreamListener
All Implemented Interfaces:
Startable, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class BambooAgentStreamListener
extends AbstractStartable


Constructor Summary
BambooAgentStreamListener(org.apache.activemq.ActiveMQConnectionFactory connectionFactory, javax.jms.Destination destination)
           
 
Method Summary
protected  void runCycle()
          Perform a single cycle of processing.
 
Methods inherited from class com.atlassian.bamboo.container.AbstractStartable
afterPropertiesSet, destroy, isActive, onStart, onStop, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooAgentStreamListener

public BambooAgentStreamListener(@NotNull
                                 org.apache.activemq.ActiveMQConnectionFactory connectionFactory,
                                 @NotNull
                                 javax.jms.Destination destination)
Method Detail

runCycle

protected void runCycle()
Description copied from class: AbstractStartable

Perform a single cycle of processing.

Specified by:
runCycle in class AbstractStartable


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.