| |
|
| java.lang.Object org.jnp.server.NamingBeanImpl
NamingBeanImpl | public class NamingBeanImpl implements NamingBean(Code) | | A naming pojo that wraps the Naming server implementation. This is
a refactoring of the legacy org.jnp.server.Main into a
author: Scott.Stark@jboss.org version: $Revision:$ |
InstallGlobalService | protected boolean InstallGlobalService(Code) | | A flag indicating if theServer will be set as the NamingContext.setLocal value
|
UseGlobalService | protected boolean UseGlobalService(Code) | | A flag indicating if theServer will try to use the NamingContext.setLocal value
|
theServer | protected Naming theServer(Code) | | The Naming interface server implementation
|
NamingBeanImpl | public NamingBeanImpl()(Code) | | |
getInstallGlobalService | public boolean getInstallGlobalService()(Code) | | |
getUseGlobalService | public boolean getUseGlobalService()(Code) | | |
setInstallGlobalService | public void setInstallGlobalService(boolean flag)(Code) | | |
setUseGlobalService | public void setUseGlobalService(boolean flag)(Code) | | |
|
|
|