com.atlassian.bamboo.v2.build.agent.remote
Class JmsTemplateStrategy

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.remote.JmsTemplateStrategy
All Implemented Interfaces:
BambooAgentMessageSenderStrategy

public class JmsTemplateStrategy
extends java.lang.Object
implements BambooAgentMessageSenderStrategy


Constructor Summary
JmsTemplateStrategy()
           
 
Method Summary
 void send(BambooAgentMessage message)
          Fires the Bamboo message to the default destination
 void setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsTemplateStrategy

public JmsTemplateStrategy()
Method Detail

send

public void send(BambooAgentMessage message)
Description copied from interface: BambooAgentMessageSenderStrategy
Fires the Bamboo message to the default destination

Specified by:
send in interface BambooAgentMessageSenderStrategy

setJmsTemplate

public void setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.