Class DeactivateMethod
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.methods.BaseMethod<ActivatorParameter,java.lang.Object>
-
- org.apache.felix.scr.impl.inject.methods.ActivateMethod
-
- org.apache.felix.scr.impl.inject.methods.DeactivateMethod
-
- All Implemented Interfaces:
LifecycleMethod
public class DeactivateMethod extends ActivateMethod
-
-
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 class org.apache.felix.scr.impl.inject.methods.ActivateMethod
m_supportsInterfaces
-
-
Constructor Summary
Constructors Constructor Description DeactivateMethod(java.lang.String methodName, boolean methodRequired, java.lang.Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getMethodNamePrefix()
(package private) boolean
isDeactivate()
-
Methods inherited from class org.apache.felix.scr.impl.inject.methods.ActivateMethod
doFindMethod, getParameters, getSortedMethods, invoke, invoke, setTypes
-
Methods inherited from class org.apache.felix.scr.impl.inject.methods.BaseMethod
accept, getComponentClass, getDSVersion, getMethod, getMethod, getMethodName, getPackageName, getState, isDS12Felix, methodExists, returnValue, setMethod
-
-
-
-
Constructor Detail
-
DeactivateMethod
public DeactivateMethod(java.lang.String methodName, boolean methodRequired, java.lang.Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)
-
-
Method Detail
-
isDeactivate
boolean isDeactivate()
- Overrides:
isDeactivate
in classActivateMethod
-
getMethodNamePrefix
protected java.lang.String getMethodNamePrefix()
- Overrides:
getMethodNamePrefix
in classActivateMethod
-
-