getUseGlobalService() Get the UseGlobalService which defines whether the MainMBean's
Naming server will initialized from the existing NamingContext.setLocal
global value.
setUseGlobalService(boolean flag) Set the UseGlobalService which defines whether the MainMBean's
Naming server will initialized from the existing NamingContext.setLocal global
value.
Get the UseGlobalService which defines whether the MainMBean's
Naming server will initialized from the existing NamingContext.setLocal
global value.
true if this should try to use VM global naming service, false otherwise
public void setUseGlobalService(boolean flag)(Code)
Set the UseGlobalService which defines whether the MainMBean's
Naming server will initialized from the existing NamingContext.setLocal global
value. This allows one to export multiple servers via different transports
and still share the same underlying naming service.
true if this should try to use VM global naming service, false otherwise