Uses of Interface
org.ops4j.peaberry.builders.InjectedServiceBuilder

Packages that use InjectedServiceBuilder
org.ops4j.peaberry.builders Fluent APIs for importing and exporting dynamic services. 
org.ops4j.peaberry.internal Implementation of peaberry
 

Uses of InjectedServiceBuilder in org.ops4j.peaberry.builders
 

Subinterfaces of InjectedServiceBuilder in org.ops4j.peaberry.builders
 interface DecoratedServiceBuilder<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 InjectedServiceBuilder
 InjectedServiceBuilder<T> QualifiedServiceBuilder.attributes(com.google.inject.Key<? extends Map<String,?>> key)
          Apply the given attributes to the dynamic service.
 InjectedServiceBuilder<T> QualifiedServiceBuilder.attributes(Map<String,?> instance)
          Apply the given attributes to the dynamic service.
 InjectedServiceBuilder<T> QualifiedServiceBuilder.filter(AttributeFilter instance)
          Apply the given filter to the dynamic service.
 InjectedServiceBuilder<T> QualifiedServiceBuilder.filter(com.google.inject.Key<? extends AttributeFilter> key)
          Apply the given filter to the dynamic service.
 

Uses of InjectedServiceBuilder in org.ops4j.peaberry.internal
 

Classes in org.ops4j.peaberry.internal that implement InjectedServiceBuilder
 class ServiceBuilderImpl<T>
          Default DecoratedServiceBuilder implementation.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.