|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsynchronousWorkListener
This listener will receive notification on a result of the asynchronous work execution.
Method Summary | |
---|---|
void |
onCompleted(java.io.Serializable result)
This method will be called when the asynchronous work is completed. |
void |
onFailed(int reasonCode,
java.lang.String reason)
This method will be called when the response to the asynchronous work request on the receiving container returns an error. |
Method Detail |
---|
void onCompleted(java.io.Serializable result)
result
- void onFailed(int reasonCode, java.lang.String reason)
reasonCode
- intreason
- String
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |