public interface AsynchronousWorkListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
void onCompleted(java.io.Serializable result)
result - void onFailed(int reasonCode,
java.lang.String reason)
reasonCode - intreason - String