See: Description
| Interface | Description |
|---|---|
| ContextInvocation<IN,OUT> |
Interface defining an invocation aware of the specific Android context.
|
| Class | Description |
|---|---|
| AbstractContextInvocationFactory<IN,OUT> |
Abstract implementation of a context invocation factory.
|
| ContextInvocationDecorator<IN,OUT> |
Base context invocation decorator implementation.
|
| ContextInvocationFactory<IN,OUT> |
Context invocation factory interface.
|
| ContextInvocations |
Utility class for creating context invocation factory objects.
|
| ContextInvocationWrapper<IN,OUT> |
Implementation of a platform specific Android invocation wrapping a base invocation instance.
|
| DecoratingContextInvocationFactory<IN,OUT> |
Class decorating the invocations produced by a context invocation factory.
|
| DelegatingContextInvocation<IN,OUT> |
Invocation implementation delegating the execution to another routine.
|
| FilterContextInvocation<IN,OUT> |
Abstract implementation of an invocation filtering each input and transforming it in output data.
|
| FunctionContextInvocation<IN,OUT> |
This is a special abstract implementation that centralizes the routine invocation inside a
single method, which gets called only when all the inputs are available.
|
| PassingContextInvocation<DATA> |
Implementation of an invocation simply passing on the input data.
|
| ProcedureContextInvocation<OUT> |
Abstract implementation of an invocation performing a procedure (that is, no input is required)
eventually returning output data.
|
| TemplateContextInvocation<IN,OUT> |
Empty abstract implementation of a context invocation.
|
| Exception | Description |
|---|---|
| InvocationClashException |
Exception indicating a clash of routine invocations sharing the same ID and type.
|
| InvocationTypeException |
Exception indicating a clash of routine invocations with same ID but different types.
|
| LoaderInvocationException |
Base exception indicating that an unrecoverable error occurred during a loader invocation
execution.
|
| MissingInvocationException |
Exception indicating that a routine invocation with a specified ID is not running.
|
| StaleResultsException |
Exception indicating a clash of routine invocations caused by stale results.
|