|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-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(javax.servlet.sip.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(javax.servlet.sip.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.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.