Eclipse Platform
Release 3.7

Uses of Interface
org.eclipse.equinox.p2.core.IPool

Packages that use IPool
org.eclipse.equinox.p2.core Provides core support for interacting with a p2-based provisioning system Package Specification This package specifies API for creating, using, and extending a provisioning system. 
org.eclipse.equinox.p2.repository.metadata Defines metadata repository. 
org.eclipse.equinox.p2.repository.metadata.spi Defines SPI for registering new implementations of metadata repositories. 
 

Uses of IPool in org.eclipse.equinox.p2.core
 

Classes in org.eclipse.equinox.p2.core that implement IPool
 class StrongPool<T>
          An object pool backed by strong references.
 class WeakPool<T>
          An object pool backed by weak references.
 

Uses of IPool in org.eclipse.equinox.p2.repository.metadata
 

Methods in org.eclipse.equinox.p2.repository.metadata with parameters of type IPool
 void IMetadataRepository.compress(IPool<IInstallableUnit> iuPool)
          Cause semantically equivalent IInstallableUnits in the receiver to be replaced with a shared object from the provided IPool.
 

Uses of IPool in org.eclipse.equinox.p2.repository.metadata.spi
 

Methods in org.eclipse.equinox.p2.repository.metadata.spi with parameters of type IPool
 void AbstractMetadataRepository.compress(IPool<IInstallableUnit> iuPool)
           
 


Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.