org.glassfish.hk2.api
Interface PostConstruct

All Known Implementing Classes:
Transactions

public interface PostConstruct

Classes implementing this interface register an interest in being notified when the instance has been created and the component is about to be place into commission.

Author:
Jerome Dochez

Method Summary
 void postConstruct()
          The component has been injected with any dependency and will be placed into commission by the subsystem.
 

Method Detail

postConstruct

void postConstruct()
The component has been injected with any dependency and will be placed into commission by the subsystem. Hk2 will catch all unchecked exceptions, and cause the backing inhabitant to be released.



Copyright © 2013 Oracle Corporation. All Rights Reserved.