| Package | Description |
|---|---|
| org.apache.felix.scr.impl.inject | |
| org.apache.felix.scr.impl.metadata |
| Modifier and Type | Method | Description |
|---|---|---|
protected DSVersion |
BaseMethod.getDSVersion() |
| Constructor | 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) |
|
BaseMethod(String methodName,
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) |
|
FieldMethods(ReferenceMetadata m_dependencyMetadata,
Class<?> instanceClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
|
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 | 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 | Description |
|---|---|
ComponentMetadata(DSVersion dsVersion) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.