Package | Description |
---|---|
org.apache.felix.ipojo |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
ServiceContext |
PolicyServiceContext.m_local
The local (Composite) Service Registry.
|
Modifier and Type | Method and Description |
---|---|
ServiceContext |
InstanceManager.getLocalServiceContext()
Gets the local service context.
|
ServiceContext |
IPojoContext.getServiceContext()
Gets the service context, i.e.
|
Modifier and Type | Method and Description |
---|---|
ComponentInstance |
IPojoFactory.createComponentInstance(java.util.Dictionary configuration,
ServiceContext serviceContext)
Creates an instance in the specified service context.
|
ComponentInstance |
Factory.createComponentInstance(java.util.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.
|
Constructor and Description |
---|
IPojoContext(org.osgi.framework.BundleContext bundleContext,
ServiceContext serviceContext)
Creates an iPOJO Context.
|
PolicyServiceContext(org.osgi.framework.BundleContext global,
ServiceContext local,
int policy)
Creates a PolicyServiceContext.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.