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 InitializingBean

All Known Implementing Classes:
QueueTrimmingAdapter, BroadcastInboundAdapter

public interface InitializingBean

Interface to be implemented by beans that need to react once all their properties have been set by the EPN container, for example, to perform custom initialization, or merely to check that all mandatory properties have been set. InitializingBean is invoked before ActivatableBean

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

Method Summary
 void afterPropertiesSet()
          Invoked by the EPN container after it has set all instance properties supplied.

 

Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Invoked by the EPN container after it has set all instance properties supplied.

This method allows the bean instance to perform initialization only possible when all bean properties have been set and to throw an exception in the event of misconfiguration.

Throws:
java.lang.Exception - in the event of misconfiguration (such as failure to set an essential property) or if initialization fails.

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