|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.bootstrap.api.helpers.AbstractBootstrap
public abstract class AbstractBootstrap
A common implementation of Bootstrap
.
Not threadsafe
Constructor Summary | |
---|---|
AbstractBootstrap()
|
Method Summary | |
---|---|
BeanStore |
getApplicationContext()
|
EjbServices |
getEjbServices()
Deprecated. |
Environment |
getEnvironment()
|
ResourceLoader |
getResourceLoader()
Deprecated. |
ServiceRegistry |
getServices()
Get the services available to this bootstrap |
TransactionServices |
getTransactionServices()
Deprecated. |
WebBeanDiscovery |
getWebBeanDiscovery()
Deprecated. |
void |
setApplicationContext(BeanStore applicationContext)
Set the bean store to use as backing for the application context |
void |
setEjbServices(EjbServices ejbServices)
Deprecated. |
void |
setEnvironment(Environment environment)
Set the environment in use, by default Environments.EE |
void |
setResourceLoader(ResourceLoader resourceLoader)
Deprecated. |
void |
setTransactionServices(TransactionServices transactionServices)
Deprecated. |
void |
setWebBeanDiscovery(WebBeanDiscovery webBeanDiscovery)
Deprecated. |
protected void |
verify()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.webbeans.bootstrap.api.Bootstrap |
---|
boot, getManager, initialize, shutdown |
Constructor Detail |
---|
public AbstractBootstrap()
Method Detail |
---|
@Deprecated public void setEjbServices(EjbServices ejbServices)
@Deprecated public void setResourceLoader(ResourceLoader resourceLoader)
@Deprecated public void setWebBeanDiscovery(WebBeanDiscovery webBeanDiscovery)
@Deprecated public void setTransactionServices(TransactionServices transactionServices)
@Deprecated public WebBeanDiscovery getWebBeanDiscovery()
@Deprecated public ResourceLoader getResourceLoader()
@Deprecated public EjbServices getEjbServices()
@Deprecated public TransactionServices getTransactionServices()
public BeanStore getApplicationContext()
public void setApplicationContext(BeanStore applicationContext)
Bootstrap
setApplicationContext
in interface Bootstrap
applicationContext
- the bean store to usepublic Environment getEnvironment()
public void setEnvironment(Environment environment)
Bootstrap
Environments.EE
setEnvironment
in interface Bootstrap
environment
- the environment to useprotected void verify()
public ServiceRegistry getServices()
Bootstrap
getServices
in interface Bootstrap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |