Package org.apache.felix.scr.impl.inject
Class BindParameters
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.BaseParameter
-
- org.apache.felix.scr.impl.inject.BindParameters
-
public class BindParameters extends BaseParameter
-
-
Constructor Summary
Constructors Constructor Description BindParameters(ComponentContextImpl<?> componentContext, RefPair<?,?> refPair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefPair
getRefPair()
Object
getServiceObject()
boolean
getServiceObject(org.osgi.framework.BundleContext context)
-
Methods inherited from class org.apache.felix.scr.impl.inject.BaseParameter
getComponentContext
-
-
-
-
Constructor Detail
-
BindParameters
public BindParameters(ComponentContextImpl<?> componentContext, RefPair<?,?> refPair)
-
-