Package | Description |
---|---|
org.apache.felix.ipojo |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IPojoFactory.RequiredHandler> |
IPojoFactory.m_requiredHandlers
The list of required handlers.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<IPojoFactory.RequiredHandler> |
IPojoFactory.getRequiredHandlerList()
Computes the required handler list.
|
java.util.List<IPojoFactory.RequiredHandler> |
HandlerManagerFactory.getRequiredHandlerList()
Computes required handlers.
|
java.util.List<IPojoFactory.RequiredHandler> |
ComponentFactory.getRequiredHandlerList()
Computes required handlers.
|
Modifier and Type | Method and Description |
---|---|
protected HandlerManager |
IPojoFactory.getHandler(IPojoFactory.RequiredHandler req,
ServiceContext context)
Returns the handler object for the given required handler.
|
protected boolean |
IPojoFactory.match(IPojoFactory.RequiredHandler req,
org.osgi.framework.ServiceReference<?> ref)
Checks if the given handler identifier and the service reference match.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.