Uses of Interface
org.ops4j.peaberry.ServiceRegistry

Packages that use ServiceRegistry
org.ops4j.peaberry peaberry - Dynamic services for Google-Guice
org.ops4j.peaberry.builders Fluent APIs for importing and exporting dynamic services. 
org.ops4j.peaberry.cache ServiceRegistry caching support. 
org.ops4j.peaberry.internal Implementation of peaberry
org.ops4j.peaberry.osgi OSGi ServiceRegistry implementation. 
 

Uses of ServiceRegistry in org.ops4j.peaberry
 

Methods in org.ops4j.peaberry with parameters of type ServiceRegistry
static com.google.inject.Module Peaberry.osgiModule(org.osgi.framework.BundleContext bundleContext, ServiceRegistry... registries)
          Create a new Guice binding Module for the given bundle context along with a list of additional ServiceRegistrys to query when injecting or watching for services.
static com.google.inject.Module Peaberry.osgiModule(ServiceRegistry... registries)
          Create a new Guice binding Module that uses an externally bound bundle context along with a list of additional ServiceRegistrys to query when injecting or watching for services.
 

Uses of ServiceRegistry in org.ops4j.peaberry.builders
 

Methods in org.ops4j.peaberry.builders with parameters of type ServiceRegistry
 OutjectedServiceBuilder<T> InjectedServiceBuilder.in(ServiceRegistry instance)
          Inject the dynamic service from a specific registry.
 

Method parameters in org.ops4j.peaberry.builders with type arguments of type ServiceRegistry
 OutjectedServiceBuilder<T> InjectedServiceBuilder.in(com.google.inject.Key<? extends ServiceRegistry> key)
          Inject the dynamic service from a specific registry.
 

Uses of ServiceRegistry in org.ops4j.peaberry.cache
 

Subinterfaces of ServiceRegistry in org.ops4j.peaberry.cache
 interface CachingServiceRegistry
          ServiceRegistry that caches service instances for faster lookup.
 

Classes in org.ops4j.peaberry.cache that implement ServiceRegistry
 class AbstractServiceRegistry
          Partial ServiceRegistry implementation with generation based caching.
 class RegistryChain
          A ServiceRegistry that delegates to a series of other registries.
 

Constructors in org.ops4j.peaberry.cache with parameters of type ServiceRegistry
RegistryChain(ServiceRegistry mainRegistry, ServiceRegistry[] extraRegistries)
           
RegistryChain(ServiceRegistry mainRegistry, ServiceRegistry[] extraRegistries)
           
 

Uses of ServiceRegistry in org.ops4j.peaberry.internal
 

Methods in org.ops4j.peaberry.internal with parameters of type ServiceRegistry
 ServiceBuilderImpl<T> ServiceBuilderImpl.in(ServiceRegistry instance)
           
 

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

Uses of ServiceRegistry in org.ops4j.peaberry.osgi
 

Classes in org.ops4j.peaberry.osgi that implement ServiceRegistry
 class OSGiServiceRegistry
          OSGi ServiceRegistry implementation.
 

Constructors in org.ops4j.peaberry.osgi with parameters of type ServiceRegistry
OSGiModule(org.osgi.framework.BundleContext bundleContext, ServiceRegistry... registries)
           
OSGiModule(ServiceRegistry... registries)
           
 



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