|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceListMetadata
Metadata for a list of service references.
This is specified by the reference-list
element.
Field Summary | |
---|---|
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. |
Fields inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata |
---|
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL |
Fields inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata |
---|
ACTIVATION_EAGER, ACTIVATION_LAZY |
Method Summary | |
---|---|
int |
getMemberType()
Return whether the List will contain service object proxies or ServiceReference objects. |
Methods inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata |
---|
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners |
Methods inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata |
---|
getActivation, getDependsOn, getId |
Field Detail |
---|
static final int USE_SERVICE_OBJECT
getMemberType()
,
Constant Field Valuesstatic final int USE_SERVICE_REFERENCE
ServiceReference
objects.
getMemberType()
,
Constant Field ValuesMethod Detail |
---|
int getMemberType()
ServiceReference
objects.
This is specified by the member-type
attribute of the reference
list.
ServiceReference
objects.USE_SERVICE_OBJECT
,
USE_SERVICE_REFERENCE
|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |