| Package | Description |
|---|---|
| org.apache.felix.scr.impl.inject.field | |
| org.apache.felix.scr.impl.inject.methods | |
| org.apache.felix.scr.impl.metadata | |
| org.apache.felix.scr.impl.xml |
| Constructor and Description |
|---|
FieldMethods(ReferenceMetadata m_dependencyMetadata,
Class<?> instanceClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected DSVersion |
BaseMethod.getDSVersion() |
| Constructor and Description |
|---|
ActivateMethod(String methodName,
boolean methodRequired,
Class<?> componentClass,
DSVersion dsVersion,
boolean configurableServiceProperties,
boolean supportsInterfaces) |
BaseMethod(String methodName,
boolean methodRequired,
Class<?> componentClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
BindMethod(String methodName,
Class<?> componentClass,
String referenceClassName,
DSVersion dsVersion,
boolean configurableServiceProperties) |
BindMethods(ReferenceMetadata m_dependencyMetadata,
Class<?> instanceClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
DeactivateMethod(String methodName,
boolean methodRequired,
Class<?> componentClass,
DSVersion dsVersion,
boolean configurableServiceProperties,
boolean supportsInterfaces) |
ModifiedMethod(String methodName,
Class<?> componentClass,
DSVersion dsVersion,
boolean configurableServiceProperties,
boolean supportsInterfaces) |
UnbindMethod(String methodName,
Class<?> componentClass,
String referenceClassName,
DSVersion dsVersion,
boolean configurableServiceProperties) |
UpdatedMethod(String methodName,
Class<?> componentClass,
String referenceClassName,
DSVersion dsVersion,
boolean configurableServiceProperties) |
| Modifier and Type | Method and Description |
|---|---|
DSVersion |
ComponentMetadata.getDSVersion()
Returns the namespace code of the namespace of the component element
declaring this component.
|
static DSVersion |
DSVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSVersion[] |
DSVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ComponentMetadata(DSVersion dsVersion) |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,DSVersion> |
XmlConstants.NAMESPACE_CODE_MAP |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.