|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.vlib.ejb.impl.AbstractMessageDrivenBean
Abstract base class for implementing message driven beans.
Field Summary | |
protected Context |
environment
Set by ejbCreate() , this contains
the java:comp/env context. |
Constructor Summary | |
AbstractMessageDrivenBean()
|
Method Summary | |
void |
ejbCreate()
Sets up the environment instance variable. |
void |
ejbRemove()
Clears the MessageDrivenContext attribute. |
void |
setMessageDrivenContext(MessageDrivenContext value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jms.MessageListener |
onMessage |
Field Detail |
protected Context environment
ejbCreate()
, this contains
the java:comp/env
context.Constructor Detail |
public AbstractMessageDrivenBean()
Method Detail |
public void setMessageDrivenContext(MessageDrivenContext value) throws EJBException
setMessageDrivenContext
in interface MessageDrivenBean
public void ejbCreate() throws EJBException
environment
instance variable.public void ejbRemove() throws EJBException
MessageDrivenContext
attribute.ejbRemove
in interface MessageDrivenBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |