Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.9)

E14303-12
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Interface DisposableBean

All Known Implementing Classes:
BroadcastInboundAdapter

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.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD