OSGi™ Core
Release 6

org.osgi.framework.wiring.dto
Class BundleWiringDTO.NodeDTO

java.lang.Object
  extended by org.osgi.dto.DTO
      extended by org.osgi.resource.dto.WiringDTO
          extended by org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
Enclosing class:
BundleWiringDTO

public static class BundleWiringDTO.NodeDTO
extends WiringDTO

Data Transfer Object for a BundleWiring node.

The providedWires field must contain an array of BundleWireDTOs. The requiredWires field must contain an array of BundleWireDTOs.

"NotThreadSafe"

Field Summary
 boolean current
          The current state of the bundle wiring.
 boolean inUse
          The bundle wiring's in use setting indicates that the bundle wiring is in use.
 
Fields inherited from class org.osgi.resource.dto.WiringDTO
capabilities, id, providedWires, requiredWires, requirements, resource
 
Constructor Summary
BundleWiringDTO.NodeDTO()
           
 
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

inUse

public boolean inUse
The bundle wiring's in use setting indicates that the bundle wiring is in use.

See Also:
BundleWiring.isInUse()

current

public boolean current
The current state of the bundle wiring. The bundle wiring's current setting indicates that the bundle wiring is the current bundle wiring for the bundle.

See Also:
BundleWiring.isCurrent()
Constructor Detail

BundleWiringDTO.NodeDTO

public BundleWiringDTO.NodeDTO()

OSGi™ Core
Release 6

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