List of usage examples for javax.naming.spi InitialContextFactoryBuilder interface-usage
From source file com.interface21.jndi.support.SimpleNamingContextBuilder.java
/**
* Simple implementation of a JNDI naming context builder.
*
* <p>Mainly targeted at test environments, where each test case can
* configure JNDI appropriately, so that new InitialContext() will
* expose the required objects. Also usable for standalone applications,
From source file org.springframework.jndi.support.SimpleNamingContextBuilder.java
/**
* Simple implementation of a JNDI naming context builder.
*
* <p>Mainly targeted at test environments, where each test case can
* configure JNDI appropriately, so that new InitialContext() will
* expose the required objects. Also usable for standalone applications,
From source file sample.narayana.jndi.SimpleNamingContextBuilder.java
public class SimpleNamingContextBuilder implements InitialContextFactoryBuilder { /** An instance of this class bound to JNDI */ private static volatile SimpleNamingContextBuilder activated; private static boolean initialized = false;
From source file io.pivotal.poc.gemfire.gtx.jndi.SimpleNamingContextBuilder.java
public class SimpleNamingContextBuilder implements InitialContextFactoryBuilder { /** An instance of this class bound to JNDI */ private static volatile SimpleNamingContextBuilder activated; private static boolean initialized = false;
From source file org.hotwheel.jndi.SimpleNamingContextBuilder.java
/**
* Simple implementation of a JNDI naming context builder.
*
* <p>Mainly targeted at test environments, where each test case can
* configure JNDI appropriately, so that {@code new InitialContext()}
* will expose the required objects. Also usable for standalone applications,
From source file org.springframework.tests.mock.jndi.SimpleNamingContextBuilder.java
/**
* Simple implementation of a JNDI naming context builder.
*
* <p>Mainly targeted at test environments, where each test case can
* configure JNDI appropriately, so that {@code new InitialContext()}
* will expose the required objects. Also usable for standalone applications,
From source file org.springframework.mock.jndi.SimpleNamingContextBuilder.java
/**
* Simple implementation of a JNDI naming context builder.
*
* <p>Mainly targeted at test environments, where each test case can
* configure JNDI appropriately, so that {@code new InitialContext()}
* will expose the required objects. Also usable for standalone applications,
From source file de.micromata.genome.util.runtime.jndi.SimpleNamingContextBuilder.java
/**
* TODO Not longer needed.
*
* Simple implementation of a JNDI naming context builder.
*
* <p>
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.rhq.jndi.AccessCheckingInitialContextFactoryBuilder.java
/**
* This initial context factory builder is installed early on during the RHQ server startup
* and is later on used for obtaining the {@link Context}s for all JNDI lookups in the
* RHQ server.
* <p>
* We use a custom initial context factory builder to prevent the potential malicious 3rd party