KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > Name > Top Examples

  • org.jnp.interfaces.NamingContext
    This class provides the jnp provider Context implementation. It is a Context interface wrapper for a RMI Naming instance that is obtained from either the local server instance or by locating the server given by the Context.PROVIDER_URL value. This class also serves as the jnp url resolution conte ...
  • org.apache.naming.resources.ProxyDirContext
    Proxy Directory Context implementation. @author Remy Maucherat @version $Revision: 1.16 $ $Date: 2004/07/13 09:40:47 $
  • org.apache.naming.resources.BaseDirContext
    Directory Context implementation helper class. @author Remy Maucherat @version $Revision: 1.5 $ $Date: 2004/06/23 16:59:42 $
  • org.jboss.test.jca.fs.FSDirContext
    @author Scott.Stark@jboss.org @version $Revision: 1.1 $
  • org.apache.ldap.server.jndi.DeadContext
    A do nothing placeholder context whose methods throw ConfigurationExceptions. The provider returns these context when the shutdown environment property key is set. By returning a non-null Context we prevent an unnecessary exception being thrown by InitialConext and any one of its subclasses. @au ...
  • org.apache.ldap.server.RootNexus
    A nexus for partitions dedicated for storing entries specific to a naming context. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
  • org.jnp.server.NamingServer
    The JNDI naming server implementation class. @author Rickard Oberg @author patriot1burke @author Scott.Stark@jboss.org @version $Revision: 1.12.6.3 $
  • org.objectweb.perseus.jndi.ContextImpl
  • org.jboss.ha.jndi.TreeHead
    This class extends the JNP JNDI implementation. binds and unbinds will be distributed to all members of the cluster that are running HAJNDI. lookups will look for Names in HAJNDI then delegate to the local InitialContext This class is fully serializable for GET_STATE @author <a HREF="mailto:sa ...
  • org.apache.avalon.excalibur.naming.AbstractLocalContext
    Abstract local JNDI Context that can be inherited from to provide a particular type of Context. These contexts are assumed to be on the same machine. @author <a HREF="mailto:peter@apache.org">Peter Donald</a> @version $Revision: 1.7 $
  • com.caucho.naming.ContextImpl
    Resin's implementation of the JNDI <code>Context</code>. The actual storage of the persistent data is in the <code>AbstractModel</code>. <p>The <code>ContextImpl</code> is just a Visitor around the <code>AbstractModel</code> which also encaps ...
  • org.jboss.jms.p2p.naming.ContextImpl
    Simple {@link Context} implementation to enable using Pure P2P JMS/JBoss in a vendor neutral way. This uses {@link DistributedTree} to create a single namespace shared by all Pure P2P JMS JBoss clients defined in the same group. This is a minimal implementation only built to support the very bas ...
  • com.mockobjects.naming.MockContext
  • org.apache.ldap.server.authz.AuthorizationService
    An {@link org.apache.ldap.server.interceptor.Interceptor} that controls access to {@link BackingStore} operations. If a user tries to perform any operations that requires permission he or she doesn't have, {@link NamingException} will be thrown and therefore the current invocation chain will term ...
  • com.caucho.naming.DirContextImpl
    Resin's implementation of the JNDI <code>DirContext</code>. The actual storage of the persistent data is in the <code>AbstractModel</code>. <p>The <code>DirContextImpl</code> is just a Visitor around the <code>AbstractModel</code> which also e ...
  • org.apache.naming.modules.fs.FileDirContext
    DirContext for a filesystem directory. The 'bind' operation will accept an InputStream ( TODO: File, any resource with content ) and create the file. ( TODO: what attributes can we support ? ) The lookup operation will return a FileDirContext or a File. Supported attributes: (TODO: lastModified ...
  • org.jboss.naming.Util
    A static utility class for common JNDI operations. @author Scott.Stark@jboss.org @author adrian@jboss.com @version $Revision: 1.12 $
  • org.apache.ldap.server.db.Database
    A database for storing attributes. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
  • org.apache.ldap.server.invocation.MoveAndModifyRN
    Represents an {@link org.apache.ldap.server.invocation.Invocation} on {@link BackingStore#move(Name, Name, String, boolean)}. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $, $Date: 2005-05-08 20:05:59 -0400 (Sun, 08 May 2005) $
  • org.jnp.interfaces.Naming
    The interface for the rmi connection to the jndi server implementation @author Rickard Oberg @author Scott.Stark@jboss.org @version $Revision: 1.3.32.1 $
  • org.jboss.test.security.interfaces.IProjRepository
    The business interface for the ProjRepository bean. @stereotype business-interface
  • org.jboss.naming.NonSerializableFactory
    A utility class that allows one to bind a non-serializable object into a The non-Serializable object to bind An arbitrary key to use in the StringRefAddr. The best key is the jndi name that the object will be bound under. This places nonserializable into the NonSerializableFactory hashmap under key ...
  • org.apache.ldap.server.invocation.ModifyRN
    Represents an {@link Invocation} on {@link BackingStore#modifyRn(Name, String, boolean)}. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $, $Date: 2005-05-08 20:05:59 -0400 (Sun, 08 May 2005) $
  • org.jboss.test.naming.test.SimpleUnitTestCase
    Simple unit tests for the jndi implementation. Note that there cannot be any security related tests in this file as typically it is not run with the right classpath resources for that.
  • org.jboss.test.security.ejb.RunAsWithRolesMDB
    An MDB that invokes several methods on the ProjRepository session bean,
  • org.jboss.ejb.plugins.AbstractTxInterceptorBMT
    A common superclass for the BMT transaction interceptors. @author <a HREF="mailto:osh@sparre.dk">Ole Husgaard</a> @version $Revision: 1.13 $ Attributes ---------------------------------------------------- This associates the thread to the UserTransaction. It is used to redirect loo ...
  • org.apache.ldap.server.exception.ExceptionService
    An {@link org.apache.ldap.server.interceptor.Interceptor} that detects any operations that breaks integrity of {@link BackingStore} and terminates the current invocation chain by throwing a {@link NamingException}. Those operations include when an entry already exists at a DN and is added once aga ...
Popular Tags