|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.osgi.dto.DTO
org.osgi.resource.dto.ResourceDTO
public class ResourceDTO
Data Transfer Object for a Resource.
| Field Summary | |
|---|---|
List<CapabilityDTO> |
capabilities
The capabilities of the resource. |
int |
id
The unique identifier of the resource. |
List<RequirementDTO> |
requirements
The requirements of the resource. |
| Constructor Summary | |
|---|---|
ResourceDTO()
|
|
| 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 |
|---|
public int id
This identifier is transiently assigned and may vary across restarts.
public List<CapabilityDTO> capabilities
Resource.getCapabilities(String)public List<RequirementDTO> requirements
Resource.getRequirements(String)| Constructor Detail |
|---|
public ResourceDTO()
|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||