| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ControlContext.Callback
Provides a way for controls to receive callbacks from their environment. In particular, this interface defines lifecycle event callbacks. A control receives these at run time, during its use in a container, such as a web service or pageflow. You can handle these callbacks to, for example, acquire and release resources in a manner that helps your application's performance by holding resources only when they're needed.
Context.Callback| Method Summary | |
|---|---|
 void | 
onAcquire()
Received just before any of this control's top-level container's methods execute.  | 
 void | 
onRelease()
Received after this control's top level container's conversational context has finished.  | 
 void | 
onReset()
Received after execution if this control's containing component (or a parent) is stateless.  | 
| Methods inherited from interface weblogic.jws.control.Context.Callback | 
|---|
onAgeTimeout, onAsyncFailure, onCreate, onException, onFinish, onIdleTimeout | 
| Method Detail | 
|---|
void onAcquire()
void onRelease()
void onReset()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||