Interface ReferenceListMetadata
- All Superinterfaces:
ComponentMetadata, Metadata, NonNullMetadata, ServiceReferenceMetadata
Metadata for a list of service references.
This is specified by the reference-list element.
- Version:
- $Revision: 7563 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intReference list values must be proxies to the actual service objects.static final intReference list values must beServiceReferenceobjects.Fields inherited from interface ComponentMetadata
ACTIVATION_EAGER, ACTIVATION_LAZYFields inherited from interface ServiceReferenceMetadata
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL -
Method Summary
Modifier and TypeMethodDescriptionintReturn whether the List will contain service object proxies orServiceReferenceobjects.Methods inherited from interface ComponentMetadata
getActivation, getDependsOn, getIdMethods inherited from interface ServiceReferenceMetadata
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners
-
Field Details
-
USE_SERVICE_OBJECT
static final int USE_SERVICE_OBJECTReference list values must be proxies to the actual service objects.- See Also:
-
USE_SERVICE_REFERENCE
static final int USE_SERVICE_REFERENCEReference list values must beServiceReferenceobjects.- See Also:
-
-
Method Details
-
getMemberType
int getMemberType()Return whether the List will contain service object proxies orServiceReferenceobjects. This is specified by themember-typeattribute of the reference list.- Returns:
- Whether the List will contain service object proxies or
ServiceReferenceobjects. - See Also:
-