|
||||||||||
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
Implementation of Bootstrap
which supports the decorator pattern
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)
Set the bean store to use as backing for the application context |
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 |
---|
getServices, setEnvironment |
Constructor Detail |
---|
public ForwardingBootstrap()
Method Detail |
---|
protected abstract Bootstrap delegate()
public void boot()
Bootstrap
Bootstrap.boot()
Bootstrap.initialize()
must have been called and the contexts should be
available
boot
in interface Bootstrap
public WebBeansManager getManager()
Bootstrap
getManager
in interface Bootstrap
Bootstrap.initialize()
has been called, this
method will return null.public void initialize()
Bootstrap
initialize
in interface Bootstrap
public void setApplicationContext(BeanStore beanStore)
Bootstrap
setApplicationContext
in interface Bootstrap
beanStore
- the bean store to usepublic void shutdown()
Bootstrap
shutdown
in interface Bootstrap
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |