Uses of Class
org.mockejb.MockEjbContext

Packages that use MockEjbContext
org.mockejb   
 

Uses of MockEjbContext in org.mockejb
 

Methods in org.mockejb that return MockEjbContext
 MockEjbContext MockEjbObject.getEjbContext()
          Returns MockEjbContext object for the bean backed by this MockEjbObject.
 MockEjbContext EjbBeanAccess.getEjbContext()
          Returns MockEjbContext of the bean.
 

Methods in org.mockejb with parameters of type MockEjbContext
protected  java.lang.Object BMPFinderHandler.findInCacheOrCreate(EntityBeanDescriptor descriptor, MockEjbContext ejbContext, java.lang.Object pk)