|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openmms.ejb.server.MDB_Notify
Title: Mdb_Notify
Description: Message Driven Bean (MDB) for the notification queue
Copyright: Copyright (c) 2003
Company:
| Constructor Summary | |
MDB_Notify()
Constructor, creates a new MDB_Notify |
|
| Method Summary | |
void |
ejbCreate()
Standard ejbCreate function (required), without content. |
void |
ejbRemove()
Sets the context back to null |
void |
onMessage(javax.jms.Message message)
Sends the notification |
void |
setMessageDrivenContext(javax.ejb.MessageDrivenContext ctx)
Sets the context for the MDB |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MDB_Notify()
| Method Detail |
public void setMessageDrivenContext(javax.ejb.MessageDrivenContext ctx)
throws javax.ejb.EJBException
setMessageDrivenContext in interface javax.ejb.MessageDrivenBeanctx -
javax.ejb.EJBExceptionpublic void ejbCreate()
public void ejbRemove()
ejbRemove in interface javax.ejb.MessageDrivenBeanpublic void onMessage(javax.jms.Message message)
onMessage in interface javax.jms.MessageListenermessage -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||