Package org.apache.felix.scr.impl.inject
Class ModifiedMethod
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.BaseMethod<ActivatorParameter,Object>
-
- org.apache.felix.scr.impl.inject.ActivateMethod
-
- org.apache.felix.scr.impl.inject.ModifiedMethod
-
- All Implemented Interfaces:
ComponentMethod
public class ModifiedMethod extends ActivateMethod
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.felix.scr.impl.inject.BaseMethod
BaseMethod.MethodInfo<T>
-
-
Field Summary
-
Fields inherited from class org.apache.felix.scr.impl.inject.ActivateMethod
BUNDLE_CONTEXT_CLASS, COMPONENT_CONTEXT_CLASS, INTEGER_CLASS, m_supportsInterfaces
-
-
Constructor Summary
Constructors Constructor Description ModifiedMethod(String methodName, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
acceptEmpty()
protected String
getMethodNamePrefix()
-
Methods inherited from class org.apache.felix.scr.impl.inject.ActivateMethod
doFindMethod, getParameters, invoke, invoke, setTypes
-
Methods inherited from class org.apache.felix.scr.impl.inject.BaseMethod
accept, getComponentClass, getDSVersion, getMethod, getMethodName, getPackageName, isDS12Felix, methodExists, returnValue
-
-
-
-
Method Detail
-
acceptEmpty
protected boolean acceptEmpty()
-
getMethodNamePrefix
protected String getMethodNamePrefix()
- Overrides:
getMethodNamePrefix
in classActivateMethod
-
-