|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - The generic type of the resource identifier.L - The generic type of the client locator.public interface INotifyOutcome<V,L>
Interface used by client tasks to notify the master about the outcome of each
resource tasked to that client. The interface extends Remote since it
is invoked from the client tasks against a proxy for the master.
IAsynchronousClientTask| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||