com.bea.wlevs.ede.api
Interface DisposableBean


public interface DisposableBean

Interface to be implemented by beans that want to release resources when the containing EPN is destroyed and the application undeployed.

See Also:
ActivatableBean, InitializingBean, SuspendableBean, org.springframework.beans.factory.DisposableBean

Method Summary
 void destroy()
          Invoked by the EPN container when the containing application is stopped.
 

Method Detail

destroy

public void destroy()
             throws java.lang.Exception
Invoked by the EPN container when the containing application is stopped.

Throws:
java.lang.Exception - in case of destruction errors. Exceptions will get logged but not rethrown to allow other beans to release their resources too.


Copyright © 2007 BEA Systems All Rights Reserved.