com.atlassian.bamboo.event
Class RemoteBroadcastEventListener

java.lang.Object
  extended by com.atlassian.bamboo.event.RemoteBroadcastEventListener

public class RemoteBroadcastEventListener
extends java.lang.Object

An event listener that rebroadcasts the an RemoteBroadcastEvent through a JmsTemplate


Constructor Summary
RemoteBroadcastEventListener()
           
 
Method Summary
 void onEvent(RemoteBroadcastEvent event)
           
 void setRemoteEventsJmsTemplate(org.springframework.jms.core.JmsTemplate remoteEventsJmsTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBroadcastEventListener

public RemoteBroadcastEventListener()
Method Detail

onEvent

@EventListener
public void onEvent(RemoteBroadcastEvent event)

setRemoteEventsJmsTemplate

public void setRemoteEventsJmsTemplate(org.springframework.jms.core.JmsTemplate remoteEventsJmsTemplate)


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