Package org.apache.felix.scr.impl.helper
Interface ComponentMethods
-
- All Known Implementing Classes:
ComponentMethodsImpl
public interface ComponentMethods
- Version:
- $Rev: 1775517 $ $Date: 2016-12-21 18:27:26 +0100 (Wed, 21 Dec 2016) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentMethod
getActivateMethod()
ReferenceMethods
getBindMethods(String refName)
ComponentMethod
getDeactivateMethod()
ComponentMethod
getModifiedMethod()
void
initComponentMethods(ComponentMetadata componentMetadata, Class<?> implementationObjectClass)
-
-
-
Method Detail
-
initComponentMethods
void initComponentMethods(ComponentMetadata componentMetadata, Class<?> implementationObjectClass)
-
getActivateMethod
ComponentMethod getActivateMethod()
-
getDeactivateMethod
ComponentMethod getDeactivateMethod()
-
getModifiedMethod
ComponentMethod getModifiedMethod()
-
getBindMethods
ReferenceMethods getBindMethods(String refName)
-
-