Uses of Interface
org.jnp.server.NamingBean

Packages that use NamingBean
org.jnp.server   
 

Uses of NamingBean in org.jnp.server
 

Subinterfaces of NamingBean in org.jnp.server
 interface MainMBean
          The Mbean interface for the jnp provider server.
 

Classes in org.jnp.server that implement NamingBean
 class Main
          A main() entry point for running the jnp naming service implementation as a standalone process.
 class NamingBeanImpl
          A naming pojo that wraps the Naming server implementation.
 

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

Methods in org.jnp.server that return NamingBean
 NamingBean MainMBean.getNamingInfo()
           
 NamingBean Main.getNamingInfo()
           
 

Methods in org.jnp.server with parameters of type NamingBean
 void MainMBean.setNamingInfo(NamingBean info)
          Set the NamingBean/Naming implementation
 void Main.setNamingInfo(NamingBean info)
          Set the NamingBean/Naming implementation
 



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