org.ow2.jasmine.jadort.service.implementation
Class JadortServiceJMSActions

java.lang.Object
  extended by org.ow2.jasmine.jadort.service.implementation.JadortServiceJMSActions
All Implemented Interfaces:
javax.jms.MessageListener

public class JadortServiceJMSActions
extends java.lang.Object
implements javax.jms.MessageListener

JadortServiceJMSActions class is the Message Driven Bean that allows asynchronous execution of tasks in the maintenance / migration execution step.

Author:
Malek Chahine, Remy Bresson, S. Ali Tokmen

Field Summary
protected  javax.persistence.EntityManager em
           
 
Constructor Summary
JadortServiceJMSActions()
           
 
Method Summary
 void onMessage(javax.jms.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em
Constructor Detail

JadortServiceJMSActions

public JadortServiceJMSActions()
Method Detail

onMessage

public void onMessage(javax.jms.Message message)
Specified by:
onMessage in interface javax.jms.MessageListener


Copyright © 2009 OW2 Consortium. All Rights Reserved.