ComponentMetadata
, Metadata
, NonNullMetadata
, ServiceReferenceMetadata
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_LAZY
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL
Modifier and Type | Method | Description |
---|---|---|
int |
getMemberType() |
Return whether the List will contain service object proxies or
ServiceReference objects. |
getActivation, getDependsOn, getId
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners
static 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