Class SatisfiedReferenceDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.component.runtime.dto.SatisfiedReferenceDTO
public class SatisfiedReferenceDTO
extends org.osgi.dto.DTO
A representation of a satisfied reference.
- Since:
- 1.3
- Author:
- $Id: 56434137b79b1cae29b54c3386cb6fe65c258379 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.osgi.framework.dto.ServiceReferenceDTO[]
The bound services.The name of the declared reference.The target property of the satisfied reference. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
name
The name of the declared reference.This is declared in the
name
attribute of thereference
element of the component description.- See Also:
-
target
The target property of the satisfied reference.This is the value of the
component property
whose name is the concatenation of thedeclared reference name
and ".target". This must benull
if no target property is set for the reference. -
boundServices
public org.osgi.framework.dto.ServiceReferenceDTO[] boundServicesThe bound services.Each
ServiceReferenceDTO
in the array represents a service bound to the satisfied reference. The array must be empty if there are no bound services.
-
-
Constructor Details
-
SatisfiedReferenceDTO
public SatisfiedReferenceDTO()
-