|
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.WiringDTO
public class WiringDTO
Data Transfer Object for a Wiring node.
| Field Summary | |
|---|---|
List<CapabilityRefDTO> |
capabilities
The references to the capabilities for the wiring node. |
int |
id
The unique identifier of the wiring node. |
List<WireDTO> |
providedWires
The provided wires for the wiring node. |
List<WireDTO> |
requiredWires
The required wires for the wiring node. |
List<RequirementRefDTO> |
requirements
The references to the requirements for the wiring node. |
int |
resource
The identifier of the resource associated with the wiring node. |
| Constructor Summary | |
|---|---|
WiringDTO()
|
|
| 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<CapabilityRefDTO> capabilities
Wiring.getResourceCapabilities(String)public List<RequirementRefDTO> requirements
Wiring.getResourceRequirements(String)public List<WireDTO> providedWires
Wiring.getProvidedResourceWires(String)public List<WireDTO> requiredWires
Wiring.getRequiredResourceWires(String)public int resource
ResourceDTO.id,
Wiring.getResource()| Constructor Detail |
|---|
public WiringDTO()
|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||