| Interface | Description |
|---|---|
| ComponentMethods<T> | |
| InitReferenceMethod |
Callback for initializing the reference (field references)
|
| LifecycleMethod |
Interface for invocation one of the lifecycle methods:
activate
modified
deactivate
|
| ReferenceMethod |
Component method to be invoked on service (un)binding or updating
|
| ReferenceMethods |
ReferenceMethods holds pointers to methods for a single reference. |
| Class | Description |
|---|---|
| ActivatorParameter | |
| Annotations | |
| Annotations.Handler | |
| Annotations.Invalid | |
| BaseParameter | |
| BindParameters | |
| ClassUtils |
Utility methods for class handling used by method and field references.
|
| ComponentConstructor<S> |
This implementation is used to construct a component instance object,
call the constructor and set the activation fields.
|
| ComponentMethodsImpl<T> | |
| DuplexReferenceMethods | |
| DuplexReferenceMethods.DuplexReferenceMethod | |
| MethodResult |
The
MethodResult conveys the return value of one of the
activate, modify, and deactivate methods. |
| ValueUtils |
Utility methods for handling references and activation
|
| ValueUtils.MapEntryImpl |
Comparable map entry using the service reference to compare.
|
| Enum | Description |
|---|---|
| ValueUtils.ValueType |
The value type of the field, activation field or constructor parameter
|