|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface CompletionListener
When a result is set into a CompletionRequest it invokes all the CompletionListeners for that request. If the result was not a throwable, then OnCompletion is called, otherwise onException is called. Either way, the request is passed in to provide access to the result or any other state associated with the request.
| Method Summary | |
|---|---|
void |
onCompletion(CompletionRequest request,
Object result)
This method is invoked when a non-throwable result is set into the request on which we are listening. |
void |
onException(CompletionRequest request,
Throwable reason)
This method is invoked when a throwable result is set into the request on which we are listening. |
| Method Detail |
|---|
void onCompletion(CompletionRequest request,
Object result)
request - the request that successfully completed
void onException(CompletionRequest request,
Throwable reason)
request - the request that has thrown an exception
|
Documentation is available at http://e-docs.bea.com/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||