Skip navigation links

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

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


com.bea.wlevs.ede.api
Interface ResumableBean


public interface ResumableBean

Interface to be implemented by beans that need to prepare (e.g. acquire or configure resources) before resuming work. Beans can be suspended by the SuspendableBean.suspend callback.

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

Method Summary
 void beforeResume()
          Invoked by the EPN container before the bean is started or resumed.

 

Method Detail

beforeResume

public void beforeResume()
                  throws java.lang.Exception
Invoked by the EPN container before the bean is started or resumed.
Throws:
java.lang.Exception - in case of resume errors.

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