Class CapabilityDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.CapabilityDTO
Data Transfer Object for a Capability.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe attributes for the capability.The directives for the capability.intThe unique identifier of the capability.The namespace for the capability.intThe identifier of the resource declaring the capability. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int idThe unique identifier of the capability.This identifier is transiently assigned and may vary across restarts.
-
namespace
-
directives
-
attributes
-
resource
public int resourceThe identifier of the resource declaring the capability.- See Also:
-
-
Constructor Details
-
CapabilityDTO
public CapabilityDTO()
-