org.glassfish.hk2.api
Interface PreDestroy

All Known Implementing Classes:
ConfigTransactionCoordinator, Transactions

public interface PreDestroy

Components implementing this interface registers an interest in being notified when they are about to be decommissioned.

Author:
Jerome Dochez

Method Summary
 void preDestroy()
          The component is about to be removed from the registry.
 

Method Detail

preDestroy

void preDestroy()
The component is about to be removed from the registry.



Copyright © 2013 Oracle Corporation. All Rights Reserved.