|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.osgi.dto.DTO org.osgi.resource.dto.WireDTO
public class WireDTO
Data Transfer Object for a Wire.
Field Summary | |
---|---|
CapabilityRefDTO |
capability
Reference to the Capability for the wire. |
int |
provider
The identifier of the provider resource for the wire. |
RequirementRefDTO |
requirement
Reference to the Requirement for the wire. |
int |
requirer
The identifier of the requiring resource for the wire. |
Constructor Summary | |
---|---|
WireDTO()
|
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 CapabilityRefDTO capability
Wire.getCapability()
public RequirementRefDTO requirement
Wire.getRequirement()
public int provider
ResourceDTO.id
,
Wire.getProvider()
public int requirer
ResourceDTO.id
,
Wire.getRequirer()
Constructor Detail |
---|
public WireDTO()
|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |