| org.mockejb.EjbBeanAccess
EjbBeanAccess | public interface EjbBeanAccess (Code) | | Proivides access to the bean (instance of the EJB implementation class) and
its context.
Any remote/local interface in MockEJB can be cast to this type to gain
access to the bean.
author: Alexander Ananiev |
getEjbContext | MockEjbContext getEjbContext()(Code) | | Returns MockEjbContext of the bean.
MockEjbContext implements all context interfaces.
instance of MockEjbContext |
|
|