|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceBuilder | |
|---|---|
| org.ops4j.peaberry.builders | Fluent APIs for importing and exporting dynamic services. |
| org.ops4j.peaberry.internal | Implementation of peaberry. |
| Uses of ServiceBuilder in org.ops4j.peaberry.builders |
|---|
| Subinterfaces of ServiceBuilder in org.ops4j.peaberry.builders | |
|---|---|
interface |
DecoratedServiceBuilder<T>
See Peaberry for examples of the dynamic service builder API. |
interface |
InjectedServiceBuilder<T>
See Peaberry for examples of the dynamic service builder API. |
interface |
OutjectedServiceBuilder<T>
See Peaberry for examples of the dynamic service builder API. |
interface |
QualifiedServiceBuilder<T>
See Peaberry for examples of the dynamic service builder API. |
| Methods in org.ops4j.peaberry.builders that return ServiceBuilder | |
|---|---|
ServiceBuilder<T> |
OutjectedServiceBuilder.out(com.google.inject.Key<? extends ServiceWatcher<? super T>> key)
Outject the dynamic service to the given watcher. |
ServiceBuilder<T> |
OutjectedServiceBuilder.out(ServiceWatcher<? super T> instance)
Outject the dynamic service to the given watcher. |
| Uses of ServiceBuilder in org.ops4j.peaberry.internal |
|---|
| Classes in org.ops4j.peaberry.internal that implement ServiceBuilder | |
|---|---|
class |
ServiceBuilderImpl<T>
Default DecoratedServiceBuilder implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||