| |
|
| java.lang.Object com.mockrunner.mock.ejb.EJBMockObjectFactory
EJBMockObjectFactory | public EJBMockObjectFactory()(Code) | | Creates a new set of mock objects.
|
EJBMockObjectFactory | public EJBMockObjectFactory(Configuration configuration)(Code) | | Creates a new set of mock objects based on the specified configuration.
|
getMockContainer | public MockContainer getMockContainer()(Code) | | Returns the MockEJB MockContainer .
the MockContainer |
getUserTransaction | public UserTransaction getUserTransaction()(Code) | | Returns the UserTransaction .
the UserTransaction |
initMockContextFactory | public void initMockContextFactory() throws NamingException(Code) | | Calls MockContextFactory.setAsInitial() , if
MockContextFactory is not already the current
context factory.
|
resetMockContextFactory | public void resetMockContextFactory()(Code) | | Calls MockContextFactory.revertSetAsInitial() , if
MockContextFactory is the current context factory.
|
|
|
|