Uses of Class
org.apache.felix.jmood.AgentContext

Packages that use AgentContext
org.apache.felix.jmood   
org.apache.felix.jmood.compendium   
org.apache.felix.jmood.core   
org.apache.felix.jmood.core.instrumentation   
org.apache.felix.jmood.utils   
 

Uses of AgentContext in org.apache.felix.jmood
 

Constructors in org.apache.felix.jmood with parameters of type AgentContext
CompendiumHandler(javax.management.MBeanServer server, AgentContext ac)
           
RMIHandler(int port, AgentContext ac, javax.management.MBeanServer server)
           
SecurityManagerHandler(AgentContext ac, boolean policyEmbedded, java.lang.String policyPath)
           
 

Uses of AgentContext in org.apache.felix.jmood.compendium
 

Constructors in org.apache.felix.jmood.compendium with parameters of type AgentContext
ConfigAdminManager(AgentContext ac)
           
ConfigurationDelegate(org.osgi.service.cm.Configuration configuration, AgentContext ac)
           
LogManager(AgentContext ac)
           
UserManager(AgentContext ac)
           
 

Uses of AgentContext in org.apache.felix.jmood.core
 

Constructors in org.apache.felix.jmood.core with parameters of type AgentContext
CoreController(AgentContext ac)
           
Framework(AgentContext ac)
           
ManagedBundle(org.osgi.framework.Bundle bundle, AgentContext ac)
           
 

Uses of AgentContext in org.apache.felix.jmood.core.instrumentation
 

Constructors in org.apache.felix.jmood.core.instrumentation with parameters of type AgentContext
FrameworkSnapshot(AgentContext ac)
           
 

Uses of AgentContext in org.apache.felix.jmood.utils
 

Methods in org.apache.felix.jmood.utils with parameters of type AgentContext
static org.osgi.framework.Bundle[] InstrumentationSupport.getBundleDependencies(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static long InstrumentationSupport.getBundleId(java.lang.String symbolicName, AgentContext ac)
           
static int InstrumentationSupport.getBundleStartLevel(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static org.osgi.service.packageadmin.ExportedPackage[] InstrumentationSupport.getExportedPackages(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static org.osgi.service.packageadmin.ExportedPackage[] InstrumentationSupport.getImportedPackages(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static org.osgi.service.packageadmin.RequiredBundle InstrumentationSupport.getRequiredBundle(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static org.osgi.framework.Bundle[] InstrumentationSupport.getRequiringBundles(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static boolean InstrumentationSupport.isBundlePersistentlyStarted(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static boolean InstrumentationSupport.isBundleRequired(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static boolean InstrumentationSupport.isFragment(org.osgi.framework.Bundle bundle, AgentContext ac)
           
static boolean InstrumentationSupport.isRequiredBundleRemovalPending(org.osgi.framework.Bundle bundle, AgentContext ac)
           
 

Constructors in org.apache.felix.jmood.utils with parameters of type AgentContext
InstrumentationSupport(AgentContext ac)