Package org.apache.felix.scr.impl.inject
Class ActivatorParameter
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.BaseParameter
-
- org.apache.felix.scr.impl.inject.ActivatorParameter
-
public final class ActivatorParameter extends BaseParameter
-
-
Constructor Summary
Constructors Constructor Description ActivatorParameter(ComponentContextImpl<?> componentContext, int reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getReason()
-
Methods inherited from class org.apache.felix.scr.impl.inject.BaseParameter
getComponentContext
-
-
-
-
Constructor Detail
-
ActivatorParameter
public ActivatorParameter(ComponentContextImpl<?> componentContext, int reason)
-
-