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.spring.support
Interface ConfigurationBeanPostProcessorService


public interface ConfigurationBeanPostProcessorService
extends BeanPostProcessorService

The interface defines an occurrence in the life cycle of an application.


Method Summary
 void afterConfigurationActive(BundleContext bundleContext)
          The method is invoked after the configuration is activated, but before the application gets to run.

 

Methods inherited from interface com.bea.wlevs.spring.support.BeanPostProcessorService
afterPropertiesSet, destroy, postProcessAfterInitialization, postProcessBeforeDestruction, postProcessBeforeInitialization

 

Method Detail

afterConfigurationActive

public void afterConfigurationActive(BundleContext bundleContext)
                              throws java.lang.Exception
The method is invoked after the configuration is activated, but before the application gets to run.
Parameters:
bundleContext -  
Throws:
java.lang.Exception -  

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