com.bm.creators
Class BeanCreationListener

java.lang.Object
  extended by com.bm.creators.BeanCreationListener
All Implemented Interfaces:
com.bm.ejb3guice.inject.CreationListner

public class BeanCreationListener
extends java.lang.Object
implements com.bm.ejb3guice.inject.CreationListner

Protokolls which objects are created.

Author:
wiesda00

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

BeanCreationListener

public BeanCreationListener()
Method Detail

afterCreation

public void afterCreation(java.lang.Object obj)
Will be called by ejb3guice after creation.

Specified by:
afterCreation in interface com.bm.ejb3guice.inject.CreationListner

getCreatedBeans

public java.util.Set<java.lang.Object> getCreatedBeans()
Returns the created beans.

Returns:
the created beans.


Copyright © 2008. All Rights Reserved.