Package | Description |
---|---|
org.jnp.interfaces | |
org.jnp.interfaces.java | |
org.jnp.server |
Modifier and Type | Interface and Description |
---|---|
interface |
NamingEvents
An extended naming server/proxy that support events
|
Modifier and Type | Method and Description |
---|---|
static Naming |
NamingContext.getHANamingServerForPartition(String partitionName) |
static Naming |
NamingContext.getLocal() |
Naming |
LocalOnlyContextFactory.getNaming() |
Naming |
NamingContext.getNaming() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
NamingContext(Hashtable e,
Name baseName,
Naming server) |
Modifier and Type | Method and Description |
---|---|
static Naming |
javaURLContextFactory.getRoot() |
Modifier and Type | Method and Description |
---|---|
static void |
javaURLContextFactory.setRoot(Naming srv) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected Naming |
NamingBeanImpl.theServer
The Naming interface server implementation
|
Modifier and Type | Method and Description |
---|---|
protected Naming |
NamingBeanImpl.createServer()
Util method for possible override.
|
Naming |
NamingBean.getNamingInstance() |
Naming |
NamingBeanImpl.getNamingInstance() |
Naming |
Main.getNamingInstance()
Access the
|
Naming |
NamingServer.getRoot() |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.