class SimpleReferenceListMetadata extends SimpleServiceReferenceComponentMetadata implements ReferenceListMetadata
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
MEMBER_TYPE_PROP |
private int |
memberType |
beanDefinitionUSE_SERVICE_OBJECT, USE_SERVICE_REFERENCEAVAILABILITY_MANDATORY, AVAILABILITY_OPTIONALACTIVATION_EAGER, ACTIVATION_LAZY| Constructor and Description |
|---|
SimpleReferenceListMetadata(java.lang.String name,
org.springframework.beans.factory.config.BeanDefinition definition)
Constructs a new
SpringRefCollectionMetadata instance. |
| Modifier and Type | Method and Description |
|---|---|
int |
getMemberType()
Return whether the List will contain service object proxies or
ServiceReference objects. |
getAvailability, getComponentName, getFilter, getInterface, getReferenceListenersequals, getActivation, getBeanDefinition, getDependsOn, getId, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAvailability, getComponentName, getFilter, getInterface, getReferenceListenersgetActivation, getDependsOn, getIdprivate final int memberType
private static final java.lang.String MEMBER_TYPE_PROP
public SimpleReferenceListMetadata(java.lang.String name,
org.springframework.beans.factory.config.BeanDefinition definition)
SpringRefCollectionMetadata instance.name - definition - public int getMemberType()
ReferenceListMetadataServiceReference objects.
This is specified by the member-type attribute of the
reference list.getMemberType in interface ReferenceListMetadataServiceReference objects.ReferenceListMetadata.USE_SERVICE_OBJECT,
ReferenceListMetadata.USE_SERVICE_REFERENCE