com.atomikos.demo.publisher
Class Publisher

java.lang.Object
  extended by com.atomikos.demo.publisher.Publisher
All Implemented Interfaces:
Service

public class Publisher
extends Object
implements Service


Constructor Summary
Publisher()
           
 
Method Summary
 org.springframework.jms.core.JmsTemplate getJmsTemplate()
           
 String getXmlFoldername()
           
 boolean process()
           
 void setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
           
 void setXmlFoldername(String xmlFoldername)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Publisher

public Publisher()
Method Detail

getJmsTemplate

public org.springframework.jms.core.JmsTemplate getJmsTemplate()

setJmsTemplate

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

getXmlFoldername

public String getXmlFoldername()

setXmlFoldername

public void setXmlFoldername(String xmlFoldername)

process

@Transactional
public boolean process()
Specified by:
process in interface Service
Returns:
true if processing can be called again.


Copyright © 2012. All Rights Reserved.