|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 solve service requirement. |
Fields in org.apache.felix.ipojo declared as ServiceContext | |
---|---|
ServiceContext |
PolicyServiceContext.m_local
Local (Composite) Service Registry. |
Methods in org.apache.felix.ipojo that return ServiceContext | |
---|---|
ServiceContext |
InstanceManager.getLocalServiceContext()
|
ServiceContext |
IPojoContext.getServiceContext()
Get the service context, i.e. |
Methods in org.apache.felix.ipojo with parameters of type ServiceContext | |
---|---|
ComponentInstance |
Factory.createComponentInstance(java.util.Dictionary configuration,
ServiceContext serviceContext)
Create an instance manager (i.e. |
ComponentInstance |
IPojoFactory.createComponentInstance(java.util.Dictionary configuration,
ServiceContext serviceContext)
Create an instance. |
protected HandlerManager |
IPojoFactory.getHandler(IPojoFactory.RequiredHandler req,
ServiceContext context)
Return the handler object for the given required handler. |
Constructors in org.apache.felix.ipojo with parameters of type ServiceContext | |
---|---|
IPojoContext(org.osgi.framework.BundleContext bundleContext,
ServiceContext serviceContext)
Constructor. |
|
PolicyServiceContext(org.osgi.framework.BundleContext global,
ServiceContext local,
int policy)
Create a new PolicyServiceContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |