com.bea.wlrt.ede
Interface ActivatableBean

All Known Implementing Classes:
ActiveAdapter

public interface ActivatableBean

Adapter implementations may implement this interface in order to be called back when a containing EPN is activated. Activation is the last thing that happens after Stage creation.

See Also:
org.springframework.beans.factory.InitializingBean

Method Summary
 void activate()
          Callback that is called when the containing EPN is activated.
 

Method Detail

activate

public void activate()
              throws Exception
Callback that is called when the containing EPN is activated.

Throws:
Exception -