V
- The generic type of the resource identifier.L
- The generic type of the client locator.public interface INotifyOutcome<V,L> extends Remote
Remote
since it
is invoked from the client tasks against a proxy for the master.IAsynchronousClientTask
Modifier and Type | Method and Description |
---|---|
void |
error(V resource,
L locator,
Throwable t)
Invoked each time a client tasks encounters an error when processing some
resource.
|
void |
success(V resource,
L locator)
Invoked each time a client tasks completes processing for some resource.
|
void success(V resource, L locator) throws RemoteException
resource
- The resource identifier.locator
- The client locator.RemoteException
void error(V resource, L locator, Throwable t) throws RemoteException
resource
- The resource identifier.locator
- The client locator.t
- The exception.RemoteException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.