站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 naming API Documentation 英文版文档

Uses of Interface org.jnp.interfaces.Naming (JBoss Naming API) - JBoss 3.2.7 naming API Documentation 英文版文档


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
 

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
          
 

Methods in org.jnp.server that return Naming
 Naming NamingServer.getRoot()
           
 Naming Main.getServer()
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.