Uses of Class
org.apache.felix.framework.cache.BundleArchive

Packages that use BundleArchive
org.apache.felix.framework.cache   
 

Uses of BundleArchive in org.apache.felix.framework.cache
 

Methods in org.apache.felix.framework.cache that return BundleArchive
 BundleArchive BundleCache.create(long id, java.lang.String location, java.io.InputStream is)
           
 BundleArchive BundleCache.getArchive(long id)
           
 BundleArchive[] BundleCache.getArchives()
           
 

Methods in org.apache.felix.framework.cache with parameters of type BundleArchive
 int BundleCache.getArchiveIndex(BundleArchive ba)
           
 void BundleCache.remove(BundleArchive ba)
           
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.