|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jadort.service.implementation.JMSReceiver
public class JMSReceiver
Message Driven Bean that allows asynchronous execution of tasks in the
maintenance / migration execution step.
NOTE: This message-driven bean uses bean-managed transactions, since
it may use (very) long-running transactions.
| Field Summary | |
|---|---|
protected javax.ejb.EJBContext |
context
|
protected javax.persistence.EntityManager |
em
|
| Constructor Summary | |
|---|---|
JMSReceiver()
|
|
| 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 |
|---|
protected javax.persistence.EntityManager em
protected javax.ejb.EJBContext context
| Constructor Detail |
|---|
public JMSReceiver()
| Method Detail |
|---|
public void onMessage(javax.jms.Message message)
onMessage in interface javax.jms.MessageListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||