Uses of Class
org.apache.felix.scr.impl.logger.ComponentLogger
Packages that use ComponentLogger
Package
Description
-
Uses of ComponentLogger in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject that return ComponentLoggerMethods in org.apache.felix.scr.impl.inject with parameters of type ComponentLoggerModifier and TypeMethodDescriptionstatic 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) -
Uses of ComponentLogger in org.apache.felix.scr.impl.inject.field
Methods in org.apache.felix.scr.impl.inject.field with parameters of type ComponentLoggerModifier and TypeMethodDescriptionboolean
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.internal
Methods in org.apache.felix.scr.impl.inject.internal with parameters of type ComponentLoggerModifier and TypeMethodDescriptionstatic 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.void
ComponentMethodsImpl.initComponentMethods
(ComponentMetadata componentMetadata, Class<T> implementationObjectClass, ComponentLogger logger) Constructors in org.apache.felix.scr.impl.inject.internal with parameters of type ComponentLoggerModifierConstructorDescriptionComponentConstructorImpl
(ComponentMetadata componentMetadata, Class<S> componentClass, ComponentLogger logger) -
Uses of ComponentLogger in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods with parameters of type ComponentLoggerModifier and TypeMethodDescriptionprotected 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
.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 ComponentLoggerModifier and TypeMethodDescriptionAbstractComponentManager.getLogger()
ComponentContainer.getLogger()
ComponentContextImpl.getLogger()
ConfigurableComponentHolder.getLogger()
Constructors in org.apache.felix.scr.impl.manager with parameters of type ComponentLoggerModifierConstructorDescriptionConfigurableComponentHolder
(ComponentActivator activator, ComponentMetadata metadata, ComponentLogger logger)