|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.bootstrap.api.helpers.ForwardingBootstrap
public abstract class ForwardingBootstrap
| Constructor Summary | |
|---|---|
ForwardingBootstrap()
|
|
| Method Summary | |
|---|---|
void |
boot()
Starts the boot process. |
protected abstract Bootstrap |
delegate()
|
boolean |
equals(java.lang.Object obj)
|
WebBeansManager |
getManager()
Get the manager used for this application. |
int |
hashCode()
|
void |
initialize()
Initialize the bootstrap: Create the manager and bind it to JNDI |
void |
setApplicationContext(BeanStore beanStore)
|
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 |
setWebBeanDiscovery(WebBeanDiscovery webBeanDiscovery)
Set the Web Bean Discovery to use |
void |
shutdown()
Causes the container to clean up and shutdown |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.webbeans.bootstrap.api.Bootstrap |
|---|
setTransactionServices |
| Constructor Detail |
|---|
public ForwardingBootstrap()
| Method Detail |
|---|
protected abstract Bootstrap delegate()
public void boot()
BootstrapBootstrap.boot() the contexts
should be available
boot in interface Bootstrappublic WebBeansManager getManager()
Bootstrap
getManager in interface BootstrapBootstrap.initialize() has been called, this
method will return null.public void initialize()
Bootstrap
initialize in interface Bootstrappublic void setApplicationContext(BeanStore beanStore)
setApplicationContext in interface Bootstrappublic 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 shutdown()
Bootstrap
shutdown in interface Bootstrappublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||