IBM WebSphere Application ServerTM
Release 7
A C D G I O

A

AsynchronousWork - Class in com.ibm.websphere.sip
The AsynchronousWork is an abstract class that should be overridden by an application that is interested in using asynchronous invocation of code.
AsynchronousWork(String) - Constructor for class com.ibm.websphere.sip.AsynchronousWork
Constructor
AsynchronousWorkListener - Interface in com.ibm.websphere.sip
This listener will receive notification on a result of the asynchronous work execution.

C

com.ibm.websphere.sip - package com.ibm.websphere.sip
 

D

dispatch(AsynchronousWorkListener) - Method in class com.ibm.websphere.sip.AsynchronousWork
The application should call this method to dispatch the message to the right server or thread that will execute the asynchronous work task.
doAsyncTask() - Method in class com.ibm.websphere.sip.AsynchronousWork
This abstract method should be overridden by an application with the work it wishes to invoke asynchorounously.

G

getRelatedSipSession() - Method in interface com.ibm.websphere.sip.IBMSipSession
 

I

IBMSipSession - Interface in com.ibm.websphere.sip
An extension of the SipSession interface.

O

onCompleted(Serializable) - Method in interface com.ibm.websphere.sip.AsynchronousWorkListener
This method will be called when the asynchronous work is completed.
onFailed(int, String) - Method in interface com.ibm.websphere.sip.AsynchronousWorkListener
This method will be called when the response to the asynchronous work request on the receiving container returns an error.

A C D G I O
IBM WebSphere Application ServerTM
Release 7