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
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
ConstructorsConstructorDescriptionUnbindMethod
(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties) -
Method Summary
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, getMethod, getMethodName, getPackageName, getState, invoke, isDS12Felix, methodExists, returnValue, setMethod
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
-
Constructor Details
-
UnbindMethod
-
-
Method Details
-
getMethodNamePrefix
- Overrides:
getMethodNamePrefix
in classBindMethod
-