|
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.WireDTO
org.osgi.framework.wiring.dto.BundleWireDTO
public class BundleWireDTO
Data Transfer Object for a BundleWire.
BundleWireDTOs are referenced BundleWiringDTO.NodeDTOs.
| Field Summary | |
|---|---|
int |
providerWiring
The identifier of the provider wiring for the bundle wire. |
int |
requirerWiring
The identifier of the requiring wiring for the bundle wire. |
| Fields inherited from class org.osgi.resource.dto.WireDTO |
|---|
capability, provider, requirement, requirer |
| Constructor Summary | |
|---|---|
BundleWireDTO()
|
|
| 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 providerWiring
WiringDTO.id,
BundleWire.getProviderWiring()public int requirerWiring
WiringDTO.id,
BundleWire.getRequirerWiring()| Constructor Detail |
|---|
public BundleWireDTO()
|
OSGi™ Core Release 6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||