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 BaseMethod
BaseMethod.MethodInfo<T> -
Field Summary
Fields inherited from interface ReferenceMethod
NOPReferenceMethod -
Constructor Summary
ConstructorsConstructorDescriptionUnbindMethod(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties) -
Method Summary
Methods inherited from class BindMethod
doFindMethod, getParameters, getServiceObject, setTypesMethods inherited from class BaseMethod
accept, getComponentClass, getDSVersion, getMethod, getMethod, getMethodName, getPackageName, getState, invoke, isDS12Felix, methodExists, returnValue, setMethodMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ReferenceMethod
getServiceObject, invoke
-
Constructor Details
-
UnbindMethod
-
-
Method Details
-
getMethodNamePrefix
- Overrides:
getMethodNamePrefixin classBindMethod
-