public class NamingBeanImpl extends Object implements NamingBean
Modifier and Type | Field and Description |
---|---|
protected boolean |
InstallGlobalService
A flag indicating if theServer will be set as the NamingContext.setLocal value
|
protected Naming |
theServer
The Naming interface server implementation
|
protected boolean |
UseGlobalService
A flag indicating if theServer will try to use the NamingContext.setLocal value
|
Constructor and Description |
---|
NamingBeanImpl() |
Modifier and Type | Method and Description |
---|---|
protected Naming |
createServer()
Util method for possible override.
|
EventMgr |
getEventMgr() |
boolean |
getInstallGlobalService() |
boolean |
getInstallJavaComp() |
Naming |
getNamingInstance() |
SecurityManager |
getSecurityMgr() |
boolean |
getUseGlobalService() |
static void |
main(String[] args) |
void |
setEventMgr(EventMgr eventMgr) |
void |
setInstallGlobalService(boolean flag) |
void |
setInstallJavaComp(boolean b) |
void |
setSecurityMgr(SecurityManager securityMgr) |
void |
setUseGlobalService(boolean flag) |
void |
start() |
void |
stop()
Clear the NamingContext local server if its our theSever value
|
protected Naming theServer
protected boolean InstallGlobalService
protected boolean UseGlobalService
public Naming getNamingInstance()
getNamingInstance
in interface NamingBean
public boolean getInstallGlobalService()
public void setInstallGlobalService(boolean flag)
public boolean getUseGlobalService()
public void setUseGlobalService(boolean flag)
public EventMgr getEventMgr()
public void setEventMgr(EventMgr eventMgr)
public SecurityManager getSecurityMgr()
public void setSecurityMgr(SecurityManager securityMgr)
protected Naming createServer() throws Exception
Exception
- for any errorpublic boolean getInstallJavaComp()
public void setInstallJavaComp(boolean b)
public void stop()
Copyright © 2015 JBoss by Red Hat. All rights reserved.