Uses of Interface
org.jnp.interfaces.Naming

Packages that use Naming
org.jnp.interfaces   
org.jnp.interfaces.java   
org.jnp.server   
 

Uses of Naming in org.jnp.interfaces
 

Subinterfaces of Naming in org.jnp.interfaces
 interface NamingEvents
          An extended naming server/proxy that support events
 

Methods in org.jnp.interfaces that return Naming
static Naming NamingContext.getHANamingServerForPartition(String partitionName)
           
static Naming NamingContext.getLocal()
           
 Naming LocalOnlyContextFactory.getNaming()
           
 Naming NamingContext.getNaming()
           
 

Methods in org.jnp.interfaces with parameters of type Naming
static void NamingContext.setHANamingServerForPartition(String partitionName, Naming haServer)
           
static void NamingContext.setLocal(Naming server)
           
 void LocalOnlyContextFactory.setNaming(Naming naming)
          Set the Naming instance to use for the root content.
 void NamingContext.setNaming(Naming server)
           
 

Constructors in org.jnp.interfaces with parameters of type Naming
NamingContext(Hashtable e, Name baseName, Naming server)
           
 

Uses of Naming in org.jnp.interfaces.java
 

Methods in org.jnp.interfaces.java that return Naming
static Naming javaURLContextFactory.getRoot()
           
 

Methods in org.jnp.interfaces.java with parameters of type Naming
static void javaURLContextFactory.setRoot(Naming srv)
           
 

Uses of Naming in org.jnp.server
 

Classes in org.jnp.server that implement Naming
 class NamingServer
          The in memory JNDI naming server implementation class.
 class NamingServerWrapper
          A delegating wrapper that can be used to create a unique rmi server endpoint that shares the an underlying Naming server implementation.
 class SingletonNamingServer
          An extension of the NamingServer that installs itself as the NamingContext.setLocal(org.jnp.interfaces.Naming) instancee used as the JVM local server.
 

Fields in org.jnp.server declared as Naming
protected  Naming NamingBeanImpl.theServer
          The Naming interface server implementation
 

Methods in org.jnp.server that return Naming
protected  Naming NamingBeanImpl.createServer()
          Util method for possible override.
 Naming Main.getNamingInstance()
          Access the
 Naming NamingBeanImpl.getNamingInstance()
           
 Naming NamingBean.getNamingInstance()
           
 Naming NamingServer.getRoot()
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.