List of usage examples for javax.naming Context interface-usage
From source file ReadOnlyContext.java
/**
* A JNDI context wrapper implementation that delegates read-only methods to its
* delegate Context, and throws OperationNotSupportedException for any method
* with a side-effect.
*
* @author Scott.Stark@jboss.org
From source file org.springframework.ldap.pool2.DelegatingContext.java
/**
* Used by {@link PooledContextSource} to wrap a {@link Context}, delegating most methods
* to the underlying context, retains a reference to the pool the context was checked out
* from and returns itself to the pool when {@link #close()} is called.
*
* @since 2.0
From source file net.sf.ehcache.distribution.MockContext.java
/**
* Mock of Context for testing.
*
* @author Andy McNutt
* @author Greg Luck
* @version $Id$
From source file org.springframework.jndi.support.SimpleNamingContext.java
/**
* Simple implementation of a JNDI naming context.
* Only supports binding plain Objects to String names.
* Mainly targetted at test environments, but also usable for standalone applications.
*
* <p>This class is not intended for direct usage by applications, although it
From source file org.springframework.ldap.pool.DelegatingContext.java
/**
* Used by {@link PoolingContextSource} to wrap a {@link Context}, delegating most methods
* to the underlying context, retains a reference to the pool the context was checked out
* from and returns itself to the pool when {@link #close()} is called.
*
* @author Eric Dalquist
From source file sample.narayana.jndi.SimpleNamingContext.java
public class SimpleNamingContext implements Context { private final Log logger = LogFactory.getLog(getClass()); private final String root;
From source file io.pivotal.poc.gemfire.gtx.jndi.SimpleNamingContext.java
public class SimpleNamingContext implements Context { private final Log logger = LogFactory.getLog(getClass()); private final String root;
From source file org.springframework.tests.mock.jndi.SimpleNamingContext.java
/**
* Simple implementation of a JNDI naming context.
* Only supports binding plain Objects to String names.
* Mainly for test environments, but also usable for standalone applications.
*
* <p>This class is not intended for direct usage by applications, although it
From source file org.springframework.mock.jndi.SimpleNamingContext.java
/**
* Simple implementation of a JNDI naming context.
* Only supports binding plain Objects to String names.
* Mainly for test environments, but also usable for standalone applications.
*
* <p>This class is not intended for direct usage by applications, although it
From source file com.dattack.naming.AbstractContext.java
/**
* Provides the base implementation of naming context.
*
* @author cvarela
* @since 0.1
*/