Package org.osgi.framework.wiring.dto
Class BundleWireDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.resource.dto.WireDTO
-
- org.osgi.framework.wiring.dto.BundleWireDTO
-
public class BundleWireDTO extends WireDTO
Data Transfer Object for a BundleWire.BundleWireDTOs are referencedBundleWiringDTO.NodeDTOs.
-
-
Field Summary
Fields Modifier and Type Field Description intproviderWiringThe identifier of the provider wiring for the bundle wire.intrequirerWiringThe identifier of the requiring wiring for the bundle wire.-
Fields inherited from class org.osgi.resource.dto.WireDTO
capability, provider, requirement, requirer
-
-
Constructor Summary
Constructors Constructor Description BundleWireDTO()
-
-
-
Field Detail
-
providerWiring
public int providerWiring
The identifier of the provider wiring for the bundle wire.- See Also:
WiringDTO.id,BundleWire.getProviderWiring()
-
requirerWiring
public int requirerWiring
The identifier of the requiring wiring for the bundle wire.- See Also:
WiringDTO.id,BundleWire.getRequirerWiring()
-
-