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

Packages that use ImportDecorator
org.ops4j.peaberry.builders Fluent APIs for importing and exporting dynamic services. 
org.ops4j.peaberry.internal Implementation of peaberry
org.ops4j.peaberry.util Optional helper methods. 
org.ops4j.peaberry.util.decorators General purpose ImportDecorators. 
 

Uses of ImportDecorator in org.ops4j.peaberry.builders
 

Methods in org.ops4j.peaberry.builders with parameters of type ImportDecorator
 QualifiedServiceBuilder<T> DecoratedServiceBuilder.decoratedWith(ImportDecorator<? super T> instance)
          Apply the given decoration to the dynamic service.
 

Method parameters in org.ops4j.peaberry.builders with type arguments of type ImportDecorator
 QualifiedServiceBuilder<T> DecoratedServiceBuilder.decoratedWith(com.google.inject.Key<? extends ImportDecorator<? super T>> key)
          Apply the given decoration to the dynamic service.
 

Uses of ImportDecorator in org.ops4j.peaberry.internal
 

Methods in org.ops4j.peaberry.internal with parameters of type ImportDecorator
 ServiceBuilderImpl<T> ServiceBuilderImpl.decoratedWith(ImportDecorator<? super T> instance)
           
 

Method parameters in org.ops4j.peaberry.internal with type arguments of type ImportDecorator
 ServiceBuilderImpl<T> ServiceBuilderImpl.decoratedWith(com.google.inject.Key<? extends ImportDecorator<? super T>> key)
           
 

Uses of ImportDecorator in org.ops4j.peaberry.util
 

Classes in org.ops4j.peaberry.util that implement ImportDecorator
 class AbstractDecorator<S>
          Skeletal implementation to simplify development of ImportDecorators.
 

Methods in org.ops4j.peaberry.util that return ImportDecorator
static
<S> ImportDecorator<S>
Decorators.chain(ImportDecorator... decorators)
          An ImportDecorator that applies decorators in a chain, right-left.
static
<S> ImportDecorator<S>
Decorators.intercept(com.google.inject.matcher.Matcher<? super Class<?>> classMatcher, com.google.inject.matcher.Matcher<? super Method> methodMatcher, org.aopalliance.intercept.MethodInterceptor... interceptors)
          An ImportDecorator that supports MethodInterceptors.
static
<S> ImportDecorator<S>
Decorators.sticky(Callable<Boolean> resetTask)
          An ImportDecorator that caches the first valid service instance and uses that until it becomes invalid.
 

Methods in org.ops4j.peaberry.util with parameters of type ImportDecorator
static
<S> ImportDecorator<S>
Decorators.chain(ImportDecorator... decorators)
          An ImportDecorator that applies decorators in a chain, right-left.
 

Uses of ImportDecorator in org.ops4j.peaberry.util.decorators
 

Classes in org.ops4j.peaberry.util.decorators that implement ImportDecorator
 class DecoratorChain<S>
          An ImportDecorator that applies decorators in a chain, right-left.
 class InterceptingDecorator<S>
          An ImportDecorator that supports MethodInterceptors.
 class StickyDecorator<S>
          An ImportDecorator that caches the first valid service instance and uses that until it becomes invalid.
 

Constructors in org.ops4j.peaberry.util.decorators with parameters of type ImportDecorator
DecoratorChain(ImportDecorator<S>... decorators)
           
 



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