|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dispatching.jmschannel.JmsAdapterMDB
Constructor Summary | |
JmsAdapterMDB()
|
Method Summary | |
void |
ejbCreate()
An ejbCreate method as required by the EJB specification. |
void |
ejbRemove()
|
void |
onMessage(javax.jms.Message message)
|
void |
setMessageDrivenContext(javax.ejb.MessageDrivenContext newContext)
Set the associated context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JmsAdapterMDB()
Method Detail |
public void ejbRemove() throws javax.ejb.EJBException
ejbRemove
in interface javax.ejb.MessageDrivenBean
javax.ejb.EJBException
public void setMessageDrivenContext(javax.ejb.MessageDrivenContext newContext) throws javax.ejb.EJBException
setMessageDrivenContext
in interface javax.ejb.MessageDrivenBean
newContext
- A MessageDrivenContext interface for the instance.
javax.ejb.EJBException
- Thrown by the method to indicate a failure caused by a system-level error.public void onMessage(javax.jms.Message message)
onMessage
in interface javax.jms.MessageListener
public void ejbCreate()
ejbCreate
method
immediately after instantiation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |