Top Description Fields Constructors Methods
org.osgi.service.component.runtime.dto

public Class UnsatisfiedReferenceDTO

extends DTO
Class Inheritance
Imports
org.osgi.dto.DTO, org.osgi.framework.dto.ServiceReferenceDTO

A representation of an unsatisfied reference.
Author
$Id: 566dc732504c5ebe6f36553d601898a0fbdba909 $
Since
1.3

Field Summary

Modifier and TypeField and Description
public String
name

The name of the declared reference.

public String
target

The target property of the unsatisfied reference.

public ServiceReferenceDTO[]
targetServices

The target services.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Inherited from org.osgi.dto.DTO:
toString

Field Detail

nameback to summary
public String name

The name of the declared reference.

This is declared in the name attribute of the reference element of the component description.

See Also
ReferenceDTO#name
targetback to summary
public String target

The target property of the unsatisfied reference.

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.

targetServicesback to summary
public ServiceReferenceDTO[] targetServices

The target services.

Each ServiceReferenceDTO in the array represents a target service for the reference. The array must be empty if there are no target services. The upper bound on the number of target services in the array is the upper bound on the cardinality of the reference.

Constructor Detail

UnsatisfiedReferenceDTOback to summary
public UnsatisfiedReferenceDTO()