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.
BundleWireDTO
s are referenced BundleWiringDTO.NodeDTO
s.
- "NotThreadSafe"
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. |
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()
BundleWireDTO
public BundleWireDTO()
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0