|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WlssAsynchronousAction
This interface represents the work to be done on a SipApplicationSession in an asynch manner. The container executes the run method of this object to perform the work and gurantees that this work is done in a thread-safe manner.
| Method Summary | |
|---|---|
void |
run(SipApplicationSession session)The run method contains the business logic to be executed on the SipApplicationSession for a given applicationSessionId in an asynchronous manner. |
| Method Detail |
|---|
void run(SipApplicationSession session)
session - the SipApplicationSession that needs to be accessed or updated asynchronously.WlssSipApplicationSession.doAsynchronousAction(WlssAsynchronousAction)
|
Oracle Communications Converged Application Server Java API Reference 5.0 E18767-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||