org.jvnet.hk2.component
Interface PreDestroy

All Known Implementing Classes:
ScopeInstance

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 commission
 

Method Detail

preDestroy

void preDestroy()
The component is about to be removed from commission



Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.