List of usage examples for javax.naming.spi InitialContextFactory interface-usage
From source file org.mule.ibeans.config.jndi.IBeansInitialContextFactory.java
/** * TODO */ public class IBeansInitialContextFactory implements InitialContextFactory { private static final transient Log log = LogFactory.getLog(IBeansInitialContextFactory.class);
From source file de.kaiserpfalzEdv.commons.jee.jndi.SimpleContextFactory.java
/**
* A small extension to the default {@link org.osjava.sj.SimpleContextFactory}. If a system property named
* {@value #CONFIG_FILE_NAME_PROPERTY} exists, then the configuration base directory is set to that directory.
* A <b>full</b> path name has to be configured.
*
* @author klenkes <rlichti@kaiserpfalz-edv.de>
From source file net.sf.ehcache.distribution.MockContextFactory.java
/**
* Mock of InitialContextFactory for testing.
*
* @author Andy McNutt
* @author Greg Luck
* @version $Id$
From source file org.rhq.enterprise.server.test.ldap.FakeLdapCtxFactory.java
/**
* An implementation of {@link InitialContextFactory} that can be used for
* testing LDAP context operations. This implementation simply returns an
* instance of {@link FakeLdapContext}.
*
* @author loleary
From source file org.mule.config.spring.jndi.SpringInitialContextFactory.java
/** * TODO */ public class SpringInitialContextFactory implements InitialContextFactory { private static final transient Log log = LogFactory.getLog(SpringInitialContextFactory.class);
From source file com.dattack.naming.standalone.StandaloneContextFactory.java
/**
* Initial Context Factory for {@link StandaloneContext}.
*
* @author cvarela
* @since 0.1
*/
From source file com.ritchey.naming.InitialContextFactory.java
/**
* InitialContextFactory.java
*
* Factory for the default InitialContext. Created: Tue Jul 1 19:08:08 2003
*
* @author <a href="mailto:janb@mortbay.com">Jan Bartel</a>
From source file org.wso2.carbon.identity.common.testng.MockInitialContextFactory.java
/** * Mock initial context factory to be used to supply Datasource, etc. */ public class MockInitialContextFactory implements InitialContextFactory { private static ThreadLocal<Map<String, Object>> jndiContextData = new ThreadLocal<>();
From source file com.enioka.jqm.tools.JndiContext.java
/** * This class implements a basic JNDI context * */ class JndiContext extends InitialContext implements InitialContextFactoryBuilder, InitialContextFactory, NameParser {
From source file org.apache.naming.modules.fs.fsURLContextFactory.java
/**
* Context factory for the "file:" namespace.
* <p>
* <b>Important note</b> : This factory MUST be associated with the "java" URL
* prefix, which can be done by either :
* <ul>