ComponentMetadata, Metadata, NonNullMetadata, ServiceReferenceMetadata@ConsumerType public interface ReferenceListMetadata extends ServiceReferenceMetadata
This is specified by the reference-list element.
| Modifier and Type | Field | Description |
|---|---|---|
static int |
USE_SERVICE_OBJECT |
Reference list values must be proxies to the actual service objects.
|
static int |
USE_SERVICE_REFERENCE |
Reference list values must be
ServiceReference objects. |
ACTIVATION_EAGER, ACTIVATION_LAZYAVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL| Modifier and Type | Method | Description |
|---|---|---|
int |
getMemberType() |
Return whether the List will contain service object proxies or
ServiceReference objects. |
getActivation, getDependsOn, getIdgetAvailability, getComponentName, getFilter, getInterface, getReferenceListenersstatic final int USE_SERVICE_OBJECT
getMemberType(),
Constant Field Valuesstatic final int USE_SERVICE_REFERENCE
ServiceReference objects.getMemberType(),
Constant Field Valuesint getMemberType()
ServiceReference objects.
This is specified by the member-type attribute of the reference
list.ServiceReference objects.USE_SERVICE_OBJECT,
USE_SERVICE_REFERENCE