org.apache.geronimo.gbean.runtime
Interface InstanceRegistry

All Known Implementing Classes:
BasicRegistry

public interface InstanceRegistry


Method Summary
 void instanceCreated(Object instance, GBeanInstance gbeanInstance)
           
 void instanceDestroyed(Object instance)
           
 

Method Detail

instanceCreated

void instanceCreated(Object instance,
                     GBeanInstance gbeanInstance)

instanceDestroyed

void instanceDestroyed(Object instance)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.