public class ReferenceListMetadataImpl extends ServiceReferenceMetadataImpl implements MutableReferenceListMetadata
availability, componentName, filter, interfaceName, proxyMethod, referenceListeners, runtimeInterface
activation, dependsOn, id
PROXY_METHOD_GREEDY
USE_SERVICE_OBJECT, USE_SERVICE_REFERENCE
PROXY_METHOD_CLASSES, PROXY_METHOD_DEFAULT
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL
ACTIVATION_EAGER, ACTIVATION_LAZY
Constructor and Description |
---|
ReferenceListMetadataImpl() |
ReferenceListMetadataImpl(ReferenceListMetadata source) |
Modifier and Type | Method and Description |
---|---|
int |
getMemberType()
Return whether the List will contain service object proxies or
ServiceReference objects. |
void |
setMemberType(int memberType) |
String |
toString() |
addServiceListener, addServiceListener, getAvailability, getComponentName, getFilter, getInterface, getProxyMethod, getReferenceListeners, getRuntimeInterface, removeReferenceListener, setAvailability, setComponentName, setFilter, setInterface, setProxyMethod, setReferenceListeners, setRuntimeInterface
addDependsOn, getActivation, getDependsOn, getId, removeDependsOn, setActivation, setDependsOn, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addServiceListener, addServiceListener, removeReferenceListener, setAvailability, setComponentName, setFilter, setInterface, setProxyMethod, setRuntimeInterface
getProxyMethod, getRuntimeInterface
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners
getActivation, getDependsOn, getId
addDependsOn, removeDependsOn, setActivation, setDependsOn, setId
public ReferenceListMetadataImpl()
public ReferenceListMetadataImpl(ReferenceListMetadata source)
public int getMemberType()
ReferenceListMetadata
ServiceReference
objects.
This is specified by the member-type
attribute of the
reference list.getMemberType
in interface ReferenceListMetadata
ServiceReference
objects.ReferenceListMetadata.USE_SERVICE_OBJECT
,
ReferenceListMetadata.USE_SERVICE_REFERENCE
public void setMemberType(int memberType)
setMemberType
in interface MutableReferenceListMetadata
Copyright © 2012. All Rights Reserved.