Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

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


com.bea.wlevs.ede.api
Interface ActivatableBean

All Known Implementing Classes:
QueueTrimmingAdapter, BroadcastInboundAdapter

public interface ActivatableBean

Interface to be implemented by beans that need to react when dynamic configuration has been set and the containing EPN is activated. Activation is the last thing that happens during EPN creation. ActivatableBean is invoked after InitializingBean

See Also:
InitializingBean, SuspendableBean, DisposableBean, org.springframework.context.Lifecycle

Method Summary
 void afterConfigurationActive()
          Invoked by the EPN container after it has set all of the dynamic configuration.

 

Method Detail

afterConfigurationActive

public void afterConfigurationActive()
                              throws java.lang.Exception
Invoked by the EPN container after it has set all of the dynamic configuration.

This method allows the bean instance to perform initialization only possible when all dynamic bean properties have been set and the EPN has been wired. It also allows beans to throw an exception in the event of misconfiguration.

Throws:
java.lang.Exception - in the event of misconfiguration (such as failure to activate the bean).

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