OSGi™ Core
Release 6

org.osgi.framework.wiring.dto
Class BundleWireDTO

java.lang.Object
  extended by org.osgi.dto.DTO
      extended by org.osgi.resource.dto.WireDTO
          extended by org.osgi.framework.wiring.dto.BundleWireDTO

public class BundleWireDTO
extends WireDTO

Data Transfer Object for a BundleWire.

BundleWireDTOs are referenced BundleWiringDTO.NodeDTOs.

"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.
 
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

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()
Constructor Detail

BundleWireDTO

public BundleWireDTO()

OSGi™ Core
Release 6

Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0