Uses of Class
org.apache.felix.scr.impl.logger.ComponentLogger
-
Packages that use ComponentLogger Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.field org.apache.felix.scr.impl.inject.methods org.apache.felix.scr.impl.manager -
-
Uses of ComponentLogger in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject with parameters of type ComponentLogger Modifier and Type Method Description static Class<?>
ClassUtils. getClassFromComponentClassLoader(Class<?> componentClass, String className, ComponentLogger logger)
Returns the class object representing the class of the field reference The class loader of the component class is used to load the service class.static ValueUtils.ValueType
ValueUtils. getReferenceValueType(Class<?> componentClass, ReferenceMetadata metadata, Class<?> typeClass, Field field, ComponentLogger logger)
Get the value type of the reference for a field/constructor argumentboolean
InitReferenceMethod. init(Object componentInstance, ComponentLogger logger)
Initialize the reference.void
ComponentMethods. initComponentMethods(ComponentMetadata componentMetadata, Class<T> implementationObjectClass, ComponentLogger logger)
void
ComponentMethodsImpl. initComponentMethods(ComponentMetadata componentMetadata, Class<T> implementationObjectClass, ComponentLogger logger)
Constructors in org.apache.felix.scr.impl.inject with parameters of type ComponentLogger Constructor Description ComponentConstructor(ComponentMetadata componentMetadata, Class<S> componentClass, ComponentLogger logger)
-
Uses of ComponentLogger in org.apache.felix.scr.impl.inject.field
Methods in org.apache.felix.scr.impl.inject.field with parameters of type ComponentLogger Modifier and Type Method Description boolean
FieldHandler. fieldExists(ComponentLogger logger)
static FieldUtils.FieldSearchResult
FieldUtils. searchField(Class<?> componentClass, String fieldName, ComponentLogger logger)
Searches the field namedfieldName
in the giventargetClass
.static void
FieldUtils. setField(Field f, Object component, Object value, ComponentLogger logger)
Set the field, type etc. -
Uses of ComponentLogger in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods with parameters of type ComponentLogger Modifier and Type Method Description protected BaseMethod.MethodInfo<Object>
ActivateMethod. doFindMethod(Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger)
protected abstract BaseMethod.MethodInfo<T>
BaseMethod. doFindMethod(Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger)
protected BaseMethod.MethodInfo<List<ValueUtils.ValueType>>
BindMethod. doFindMethod(Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger)
Finds the method named in theBaseMethod.m_methodName
field in the giventargetClass
.Method
BaseMethod. getMethod(Class<?> clazz, String name, Class[] parameterTypes, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger)
Finds the named public or protected method in the given class or any super class.boolean
BaseMethod. methodExists(ComponentLogger logger)
-
Uses of ComponentLogger in org.apache.felix.scr.impl.manager
Methods in org.apache.felix.scr.impl.manager that return ComponentLogger Modifier and Type Method Description ComponentLogger
AbstractComponentManager. getLogger()
ComponentLogger
ComponentContainer. getLogger()
ComponentLogger
ComponentContextImpl. getLogger()
ComponentLogger
ConfigurableComponentHolder. getLogger()
Constructors in org.apache.felix.scr.impl.manager with parameters of type ComponentLogger Constructor Description ConfigurableComponentHolder(ComponentActivator activator, ComponentMetadata metadata, ComponentLogger logger)
-