Uses of Class
org.apache.felix.framework.Logger

Packages that use Logger
org.apache.felix.framework   
org.apache.felix.framework.cache   
org.apache.felix.framework.searchpolicy   
org.apache.felix.framework.util   
org.apache.felix.framework.util.manifestparser   
 

Uses of Logger in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return Logger
 Logger ServiceRegistry.getLogger()
           
 

Constructors in org.apache.felix.framework with parameters of type Logger
FelixResolverState(Logger logger)
           
ModuleImpl(Logger logger, org.osgi.framework.Bundle bundle, String id, String[] bootPkgs, boolean[] bootPkgWildcards)
          This constructor is used by the extension manager, since it needs a constructor that does not throw an exception.
ModuleImpl(Logger logger, Map configMap, Felix.FelixResolver resolver, org.osgi.framework.Bundle bundle, String id, Map headerMap, IContent content, URLStreamHandler streamHandler, String[] bootPkgs, boolean[] bootPkgWildcards)
           
ServiceRegistry(Logger logger, ServiceRegistry.ServiceRegistryCallbacks callbacks)
           
 

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

Methods in org.apache.felix.framework.cache that return Logger
 Logger BundleRevision.getLogger()
           Returns the logger for this revision.
 

Constructors in org.apache.felix.framework.cache with parameters of type Logger
BundleArchive(Logger logger, Map configMap, File archiveRootDir)
           This constructor is called when an archive for a bundle is being reconstructed when the framework is restarted.
BundleArchive(Logger logger, Map configMap, File archiveRootDir, long id, String location, InputStream is)
           This constructor is used for creating new archives when a bundle is installed into the framework.
BundleCache(Logger logger, Map configMap)
           
BundleRevision(Logger logger, Map configMap, File revisionRootDir, String location)
           This class is abstract and cannot be created.
DirectoryContent(Logger logger, Map configMap, Object revisionLock, File rootDir, File dir)
           
JarContent(Logger logger, Map configMap, Object revisionLock, File rootDir, File file, JarFileX jarFile)
           
 

Uses of Logger in org.apache.felix.framework.searchpolicy
 

Constructors in org.apache.felix.framework.searchpolicy with parameters of type Logger
Resolver(Logger logger, String fwkExecEnvStr)
           
 

Uses of Logger in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util with parameters of type Logger
static EventDispatcher EventDispatcher.start(Logger logger)
           
 

Uses of Logger in org.apache.felix.framework.util.manifestparser
 

Methods in org.apache.felix.framework.util.manifestparser with parameters of type Logger
static R4LibraryClause R4LibraryClause.parse(Logger logger, String s)
           
 

Constructors in org.apache.felix.framework.util.manifestparser with parameters of type Logger
ManifestParser(Logger logger, Map configMap, IModule owner, Map headerMap)
           
 



Copyright © 2011. All Rights Reserved.