Uses of Interface
org.ops4j.pax.coin.repository.Repository

Packages that use Repository
org.ops4j.pax.coin.provider.scanner.internal   
org.ops4j.pax.coin.repository   
org.ops4j.pax.coin.service.internal.event   
org.ops4j.pax.coin.service.internal.plugin   
org.ops4j.pax.coin.service.internal.provider   
org.ops4j.pax.coin.service.internal.target   
 

Uses of Repository in org.ops4j.pax.coin.provider.scanner.internal
 

Subinterfaces of Repository in org.ops4j.pax.coin.provider.scanner.internal
 interface ResourceScannerRepository
          Resource scanners repository.
 

Classes in org.ops4j.pax.coin.provider.scanner.internal that implement Repository
 class ResourceScannerRepositoryImpl
          Repository of resource scanners.
 

Uses of Repository in org.ops4j.pax.coin.repository
 

Classes in org.ops4j.pax.coin.repository that implement Repository
 class AbstractObservableRepository<O,L extends Listener<O>>
          Abstract repository.
 class RepositoryImpl<T>
          Models a ManagedService and it's associated data.
 

Constructors in org.ops4j.pax.coin.repository with parameters of type Repository
AbstractTracker(org.osgi.framework.BundleContext bundleContext, Repository<T> repository, Class<U> clazz, String name)
          Constructor.
 

Uses of Repository in org.ops4j.pax.coin.service.internal.event
 

Subinterfaces of Repository in org.ops4j.pax.coin.service.internal.event
 interface ConfigListenerRepository
          TODO Add JavaDoc
 

Uses of Repository in org.ops4j.pax.coin.service.internal.plugin
 

Subinterfaces of Repository in org.ops4j.pax.coin.service.internal.plugin
 interface ConfigPluginRepository
          TODO Add JavaDoc
 

Classes in org.ops4j.pax.coin.service.internal.plugin that implement Repository
 class ConfigPluginRepositoryImpl
          TODO Add JavaDoc
 

Uses of Repository in org.ops4j.pax.coin.service.internal.provider
 

Subinterfaces of Repository in org.ops4j.pax.coin.service.internal.provider
 interface ConfigProviderRepository
          TODO Add JavaDoc
 

Classes in org.ops4j.pax.coin.service.internal.provider that implement Repository
 class ConfigProviderRepositoryImpl
          Repository of configuration targets.
 

Uses of Repository in org.ops4j.pax.coin.service.internal.target
 

Subinterfaces of Repository in org.ops4j.pax.coin.service.internal.target
 interface ConfigTargetRepository
          TODO Add JavaDoc
 

Classes in org.ops4j.pax.coin.service.internal.target that implement Repository
 class ConfigTargetRepositoryImpl
          TODO Add JavaDoc TODO When there is more then one managed services registered for the same pid a framework log event should be issued
 



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