Class UnbindMethod
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.methods.BaseMethod<BindParameters,List<ValueUtils.ValueType>>
-
- org.apache.felix.scr.impl.inject.methods.BindMethod
-
- org.apache.felix.scr.impl.inject.methods.UnbindMethod
-
- All Implemented Interfaces:
ReferenceMethod
public class UnbindMethod extends BindMethod implements ReferenceMethod
Component method to be invoked on service unbinding.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.felix.scr.impl.inject.methods.BaseMethod
BaseMethod.MethodInfo<T>
-
-
Field Summary
-
Fields inherited from interface org.apache.felix.scr.impl.inject.ReferenceMethod
NOPReferenceMethod
-
-
Constructor Summary
Constructors Constructor Description UnbindMethod(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getMethodNamePrefix()
-
Methods inherited from class org.apache.felix.scr.impl.inject.methods.BindMethod
doFindMethod, getParameters, getServiceObject, setTypes
-
Methods inherited from class org.apache.felix.scr.impl.inject.methods.BaseMethod
accept, getComponentClass, getDSVersion, getMethod, getMethodName, getPackageName, invoke, isDS12Felix, methodExists, returnValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.felix.scr.impl.inject.ReferenceMethod
getServiceObject, invoke
-
-
-
-
Method Detail
-
getMethodNamePrefix
protected String getMethodNamePrefix()
- Overrides:
getMethodNamePrefix
in classBindMethod
-
-