Package org.apache.felix.scr.impl.inject
Interface InitReferenceMethod
-
public interface InitReferenceMethod
Callback for initializing the reference (field references)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
init(Object componentInstance, ComponentLogger logger)
Initialize the reference.
-
-
-
Method Detail
-
init
boolean init(Object componentInstance, ComponentLogger logger)
Initialize the reference. This is usually setting the value of a field.- Parameters:
componentInstance
- The component instancelogger
- The logger- Returns:
true
if initialization succeeded
-
-