?? ReferenceListMetadata
Metadata for a list of service references.
This is specified by the reference-list
element.
-
????
????????????static final int
Reference list values must be proxies to the actual service objects.static final int
Reference list values must beServiceReference
objects.???????? org.osgi.service.blueprint.reflect.ComponentMetadata
ACTIVATION_EAGER, ACTIVATION_LAZY
???????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL
-
????
??????????int
Return whether the List will contain service object proxies orServiceReference
objects.???????? org.osgi.service.blueprint.reflect.ComponentMetadata
getActivation, getDependsOn, getId
???????? org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners
-
??????
-
USE_SERVICE_OBJECT
static final int USE_SERVICE_OBJECTReference list values must be proxies to the actual service objects.- ????:
-
USE_SERVICE_REFERENCE
static final int USE_SERVICE_REFERENCEReference list values must beServiceReference
objects.- ????:
-
-
??????
-
getMemberType
int getMemberType()Return whether the List will contain service object proxies orServiceReference
objects. This is specified by themember-type
attribute of the reference list.- ??:
- Whether the List will contain service object proxies or
ServiceReference
objects. - ????:
-