Uses of Interface
org.ops4j.peaberry.Export

Packages that use Export
org.ops4j.peaberry peaberry - Dynamic services for Google-Guice
org.ops4j.peaberry.cache ServiceRegistry caching support. 
org.ops4j.peaberry.osgi OSGi ServiceRegistry implementation. 
org.ops4j.peaberry.util Optional helper methods. 
 

Uses of Export in org.ops4j.peaberry
 

Methods in org.ops4j.peaberry that return Export
<T extends S>
Export<T>
ServiceWatcher.add(Import<T> service)
          Add the given service to this watcher.
 

Uses of Export in org.ops4j.peaberry.cache
 

Methods in org.ops4j.peaberry.cache that return Export
<T> Export<T>
RegistryChain.add(Import<T> service)
           
<T extends S>
Export<T>
FilteredServiceWatcher.add(Import<T> service)
           
 

Uses of Export in org.ops4j.peaberry.osgi
 

Methods in org.ops4j.peaberry.osgi that return Export
<T> Export<T>
OSGiServiceRegistry.add(Import<T> service)
           
 

Uses of Export in org.ops4j.peaberry.util
 

Classes in org.ops4j.peaberry.util that implement Export
 class SimpleExport<T>
          A basic mutable Export derived from a single dynamic Import.
 

Methods in org.ops4j.peaberry.util that return Export
<T extends S>
Export<T>
AbstractWatcher.add(Import<T> service)
           
 

Methods in org.ops4j.peaberry.util that return types with arguments of type Export
static
<T> com.google.inject.TypeLiteral<Export<? extends T>>
TypeLiterals.export(Class<T> clazz)
          Create TypeLiteral matching an exported handle of the given type.
 



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