|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bm.creators.BeanCreationListener
public class BeanCreationListener
Protokolls which objects are created.
| Constructor Summary | |
|---|---|
BeanCreationListener()
|
|
| Method Summary | |
|---|---|
void |
afterCreation(java.lang.Object obj)
Will be called by ejb3guice after creation. |
java.util.Set<java.lang.Object> |
getCreatedBeans()
Returns the created beans. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanCreationListener()
| Method Detail |
|---|
public void afterCreation(java.lang.Object obj)
afterCreation in interface com.bm.ejb3guice.inject.CreationListnerpublic java.util.Set<java.lang.Object> getCreatedBeans()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||