com.atomikos.demo.transformer
Class JmsToHibernateProcessingService
java.lang.Object
com.atomikos.demo.transformer.JmsToHibernateProcessingService
- All Implemented Interfaces:
- Service
public class JmsToHibernateProcessingService
- extends Object
- implements Service
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsToHibernateProcessingService
public JmsToHibernateProcessingService()
getJmsTemplate
public org.springframework.jms.core.JmsTemplate getJmsTemplate()
setJmsTemplate
public void setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
getSessionFactory
public org.hibernate.SessionFactory getSessionFactory()
setSessionFactory
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
process
@Transactional
public boolean process()
- Specified by:
process
in interface Service
- Returns:
- true if processing can be called again.
Copyright © 2012. All Rights Reserved.