public interface CompletionListener
onCompletion() method of the CompletionListener.
If the operation fails for any reason, the Cache provider calls the
onException(Exception) method of the CompletionListener.
To support a Java Future-based approach to synchronously wait for a Cache
operation to complete, use a CompletionListenerFuture.
A CompletionListener will use an implementation specific thread for the call.CompletionListenerFuture| Modifier and Type | Method and Description |
|---|---|
void |
onCompletion()
Notifies the application that the operation completed successfully.
|
void |
onException(Exception e)
Notifies the application that the operation failed.
|
void onCompletion()
void onException(Exception e)
e - the Exception that occurredCopyright © 2013. All Rights Reserved.