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. |
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.
Copyright © 2007 BEA Systems All Rights Reserved.