|
||||||||||
| 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
| Constructor Summary | |
|---|---|
AbstractBootstrap()
|
|
| Method Summary | |
|---|---|
BeanStore |
getApplicationContext()
|
EjbDiscovery |
getEjbDiscovery()
|
EjbResolver |
getEjbResolver()
|
NamingContext |
getNamingContext()
|
ResourceLoader |
getResourceLoader()
|
TransactionServices |
getTransactionServices()
|
WebBeanDiscovery |
getWebBeanDiscovery()
|
void |
setApplicationContext(BeanStore applicationContext)
|
void |
setEjbDiscovery(EjbDiscovery ejbDiscovery)
Set the EjbDiscovery to use |
void |
setEjbResolver(EjbResolver ejbResolver)
Set the EjbResolver to use |
void |
setNamingContext(NamingContext namingContext)
Set the NamingContext to use. |
void |
setResourceLoader(ResourceLoader resourceLoader)
Set the ResourceLoader to use. |
void |
setTransactionServices(TransactionServices transactionServices)
Set the transaction services provider to use. |
void |
setWebBeanDiscovery(WebBeanDiscovery webBeanDiscovery)
Set the Web Bean Discovery to use |
| 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 |
|---|
public void setEjbDiscovery(EjbDiscovery ejbDiscovery)
Bootstrap
setEjbDiscovery in interface Bootstrappublic void setEjbResolver(EjbResolver ejbResolver)
Bootstrap
setEjbResolver in interface Bootstrappublic void setNamingContext(NamingContext namingContext)
Bootstrap
setNamingContext in interface Bootstrappublic void setResourceLoader(ResourceLoader resourceLoader)
Bootstrap
setResourceLoader in interface Bootstrappublic void setWebBeanDiscovery(WebBeanDiscovery webBeanDiscovery)
Bootstrap
setWebBeanDiscovery in interface Bootstrappublic void setTransactionServices(TransactionServices transactionServices)
Bootstrap
setTransactionServices in interface BootstraptransactionServices - An implementation of TransactionServicepublic WebBeanDiscovery getWebBeanDiscovery()
public ResourceLoader getResourceLoader()
public NamingContext getNamingContext()
public EjbResolver getEjbResolver()
public EjbDiscovery getEjbDiscovery()
public TransactionServices getTransactionServices()
public BeanStore getApplicationContext()
public void setApplicationContext(BeanStore applicationContext)
setApplicationContext in interface Bootstrap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||