public class SatisfiedReferenceDTO extends DTO
| Modifier and Type | Field and Description |
|---|---|
ServiceReferenceDTO[] |
boundServices
The bound services.
|
String |
name
The name of the declared reference.
|
String |
target
The target property of the satisfied reference.
|
| Constructor and Description |
|---|
SatisfiedReferenceDTO() |
public String name
This is declared in the name attribute of the reference
element of the component description.
ReferenceDTO.namepublic String target
This is the value of the component property whose name is the concatenation of the
declared reference name and
".target". This must be null if no target property is
set for the reference.
public ServiceReferenceDTO[] boundServices
Each ServiceReferenceDTO in the array represents a service bound
to the satisfied reference. The array must be empty if there are no bound
services.
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0