OSGi™ Core
Release 6

org.osgi.resource.dto
Class RequirementRefDTO

java.lang.Object
  extended by org.osgi.dto.DTO
      extended by org.osgi.resource.dto.RequirementRefDTO

public class RequirementRefDTO
extends DTO

Data Transfer Object for a reference to a Requirement.

"NotThreadSafe"

Field Summary
 int requirement
          The identifier of the requirement in the resource.
 int resource
          The identifier of the resource declaring the requirement.
 
Constructor Summary
RequirementRefDTO()
           
 
Method Summary
 
Methods inherited from class org.osgi.dto.DTO
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

requirement

public int requirement
The identifier of the requirement in the resource.

See Also:
RequirementDTO.id

resource

public int resource
The identifier of the resource declaring the requirement.

See Also:
ResourceDTO.id
Constructor Detail

RequirementRefDTO

public RequirementRefDTO()

OSGi™ Core
Release 6

Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0