| Interface | Description |
|---|---|
| HostComponentProvider |
Komponent odpowiedzialny za dostarczenie komponentów systemowych, które maja zostać
wyeksportowane do środowiska
mechanizmu wtyczek.
|
| ProvidedComponentRegistrar |
Obiekt pomocniczy umożliwiający proste rejestrowanie komponentów systemowych w mechanizmie
wtyczek.
|
| ServiceCallback |
Callback registered on
ServiceReference instance. |
| ServiceInstance<T> |
Interface implemented by every optionally imported service and @
RequiresService annotated
components. |
| ServiceReference<T> |
Service reference.
|
| Class | Description |
|---|---|
| ServiceCallbackAdapter |
Adapter for
ServiceCallback with empty implementations. |
| ServiceDescriptor |
Service descriptor.
|
| ServiceInstanceUtils |
Utility class to check if service is available:
ServiceInstance.isAvailable( someInstance );
|
| Exception | Description |
|---|---|
| ServiceUnavailableException |
Exception thrown when requested service is not available.
|
| Annotation Type | Description |
|---|---|
| Provides |
Wskazuje, że podana klasa dostarcza implementację podanych interfejsów innym wtyczkom.
|
| RequiresService |
Annotation to use along with @
Component to make annotated bean lazy. |
| ServiceProperty |
Definiuje pojedynczą właściwość serwisu.
|
Copyright © 2024 Suncode. All rights reserved.