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 Main.getNamingInfo()
           
 

Methods in org.jnp.server with parameters of type NamingBean
 void Main.setNamingInfo(NamingBean info)
           
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.