Class BundleWireDTO

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

public class BundleWireDTO extends org.osgi.resource.dto.WireDTO
Data Transfer Object for a BundleWire.

BundleWireDTOs are referenced BundleWiringDTO.NodeDTOs.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    The identifier of the provider wiring for the bundle wire.
    int
    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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.osgi.dto.DTO

    toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • providerWiring

      public int providerWiring
      The identifier of the provider wiring for the bundle wire.
      See Also:
    • requirerWiring

      public int requirerWiring
      The identifier of the requiring wiring for the bundle wire.
      See Also:
  • Constructor Details

    • BundleWireDTO

      public BundleWireDTO()