Uses of Interface
org.apache.felix.ipojo.ServiceContext

Packages that use ServiceContext
org.apache.felix.ipojo   
 

Uses of ServiceContext in org.apache.felix.ipojo
 

Classes in org.apache.felix.ipojo that implement ServiceContext
 class IPojoContext
          The iPOJO Context is a BundleContext implementation allowing the separation between Bundle context and Service (Bundle) Context.
 class PolicyServiceContext
          The policy service context is a service context aiming to resolve service dependencies inside different service context according to a policy.
 

Fields in org.apache.felix.ipojo declared as ServiceContext
 ServiceContext PolicyServiceContext.m_local
          The local (Composite) Service Registry.
 

Methods in org.apache.felix.ipojo that return ServiceContext
 ServiceContext InstanceManager.getLocalServiceContext()
          Gets the local service context.
 ServiceContext IPojoContext.getServiceContext()
          Gets the service context, i.e.
 

Methods in org.apache.felix.ipojo with parameters of type ServiceContext
 ComponentInstance IPojoFactory.createComponentInstance(Dictionary configuration, ServiceContext serviceContext)
          Creates an instance in the specified service context.
 ComponentInstance Factory.createComponentInstance(Dictionary configuration, ServiceContext serviceContext)
          Creates an instance manager (i.e.
protected  HandlerManager IPojoFactory.getHandler(IPojoFactory.RequiredHandler req, ServiceContext context)
          Returns the handler object for the given required handler.
 

Constructors in org.apache.felix.ipojo with parameters of type ServiceContext
IPojoContext(BundleContext bundleContext, ServiceContext serviceContext)
          Creates an iPOJO Context.
PolicyServiceContext(BundleContext global, ServiceContext local, int policy)
          Creates a PolicyServiceContext.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.