|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.container.EasyBeansEJBContext<EasyBeansMDB>
org.objectweb.easybeans.container.mdb.EasyBeansMDBContext
public class EasyBeansMDBContext
Defines the MDB Context used by MDB beans.
Field Summary | |
---|---|
private EasyBeansMDB |
bean
Reference to the bean. |
Constructor Summary | |
---|---|
EasyBeansMDBContext(EasyBeansMDB bean)
Build a new Session context. |
Method Summary | |
---|---|
EasyBeansMDB |
getBean()
Gets the bean of this context. |
Methods inherited from class org.objectweb.easybeans.container.EasyBeansEJBContext |
---|
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.ejb.EJBContext |
---|
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Methods inherited from interface javax.ejb.EJBContext |
---|
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Field Detail |
---|
private EasyBeansMDB bean
Constructor Detail |
---|
public EasyBeansMDBContext(EasyBeansMDB bean)
bean
- the bean on which we are linked.Method Detail |
---|
public EasyBeansMDB getBean()
getBean
in interface EZBEJBContext<EasyBeansMDB>
getBean
in class EasyBeansEJBContext<EasyBeansMDB>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |