Uses of Class
com.mockrunner.ejb.Configuration

Packages that use Configuration
com.mockrunner.ejb   
com.mockrunner.mock.ejb   
 

Uses of Configuration in com.mockrunner.ejb
 

Methods in com.mockrunner.ejb with parameters of type Configuration
static void JNDIUtil.bindUserTransaction(Configuration configuration, javax.naming.Context context, javax.transaction.UserTransaction transaction)
          Binds the specified UserTransaction to the specified JNDI context.
static javax.naming.Context JNDIUtil.getContext(Configuration configuration)
          Tries to get the JNDI context from the specified configuration.
 

Uses of Configuration in com.mockrunner.mock.ejb
 

Constructors in com.mockrunner.mock.ejb with parameters of type Configuration
EJBMockObjectFactory(Configuration configuration)
          Creates a new set of mock objects based on the specified configuration.