Package | Description |
---|---|
org.mockejb |
Class and Description |
---|
BasicEjbDescriptor
Provides the information that MockEJB needs to "deploy" this EJB.
|
EntityBeanDescriptor
Contains entity bean-specific data used for EJB deployment.
|
EntityBeanSubclass
Provides mock subclass of the CMP entity abstract class.
|
EntityDatabase
Provides in-memory entity database implementation suitable for
setting up test mock data.
|
MDBDescriptor
Provides the information that MockEJB needs to "deploy" MDB.
|
MockEjbContext
Provides implementation of
javax.ejb.SessionContext ,
javax.ejb.MessageDrivenContext and javax.ejb.EntityContext
as well as some extra convenience methods. |
MockEjbObject
Serves as a proxy for all calls to the bean.
|
MockUser
Provides simple implementation of java.security.Principal.
|
SessionBeanDescriptor
Provides Session bean-specific information required by MockContainer
to deploy session EJB.
|
TransactionPolicy
Enumeration of possible values of the transaction attribute (transaction
policy) as per EJB spec.
|