|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.extension.AfterBeanDiscoveryImpl
@Module public class AfterBeanDiscoveryImpl
| Method Summary | |
|---|---|
void |
addBean(Bean<?> bean)
Registers an extension bean with the BeanManager |
void |
addContext(Context context)
Registers a context with the BeanManager |
void |
addDefinitionError(java.lang.Throwable t)
Registers an error with the BeanManager, causing the container to abort deployment. |
void |
addObserverMethod(ObserverMethod<?> observerMethod)
Registers an observer method with the BeanManager |
boolean |
hasDefinitionError()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void addBean(Bean<?> bean)
AfterBeanDiscovery
addBean in interface AfterBeanDiscoverypublic void addContext(Context context)
AfterBeanDiscovery
addContext in interface AfterBeanDiscoverypublic void addObserverMethod(ObserverMethod<?> observerMethod)
AfterBeanDiscovery
addObserverMethod in interface AfterBeanDiscoverypublic void addDefinitionError(java.lang.Throwable t)
AfterBeanDiscovery
addDefinitionError in interface AfterBeanDiscoveryt - the exception representing the errorpublic boolean hasDefinitionError()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||