|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Naming | |
---|---|
org.jnp.interfaces | |
org.jnp.interfaces.java | |
org.jnp.server |
Uses of Naming in org.jnp.interfaces |
---|
Fields in org.jnp.interfaces declared as Naming | |
---|---|
static Naming |
NamingContext.localServer
|
Methods in org.jnp.interfaces that return Naming | |
---|---|
static Naming |
NamingContext.getHANamingServerForPartition(String partitionName)
|
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 |
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 JNDI naming server implementation class. |
class |
NamingServer_Stub
|
class |
NamingServerWrapper
A delegating wrapper that can be used to create a unique rmi server endpoint that shares the an underlying Naming server implementation. |
Fields in org.jnp.server declared as Naming | |
---|---|
protected Naming |
Main.theServer
The Naming interface server implementation |
Methods in org.jnp.server that return Naming | |
---|---|
Naming |
NamingServer.getRoot()
|
Naming |
Main.getServer()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |