Package org.osgi.framework.wiring.dto
Class BundleWiringDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.framework.wiring.dto.BundleWiringDTO
Data Transfer Object for a BundleWiring graph.
 
 
 An installed Bundle can be adapted to provide a BundleWiringDTO for
 the current wiring Bundle. BundleWiringDTO objects for all in use
 wirings of the Bundle can be obtained by adapting the bundle to
 BundleWiringDTO[].
- Author:
 - $Id: BundleWiringDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classData Transfer Object for a BundleWiring node. - 
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe id of the bundle associated with the bundle wiring graph.The set of wiring nodes referenced by the wiring graph.The set of resources referenced by the wiring graph.intThe identifier of the root wiring node of the bundle wiring graph. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
bundle
public long bundleThe id of the bundle associated with the bundle wiring graph.- See Also:
 
 - 
root
public int rootThe identifier of the root wiring node of the bundle wiring graph.- See Also:
 
 - 
nodes
The set of wiring nodes referenced by the wiring graph.All wiring nodes referenced by wiring node identifiers in the wiring graph are contained in this set.
 - 
resources
The set of resources referenced by the wiring graph.All resources referenced by resource identifiers in the wiring graph are contained in this set.
 
 - 
 - 
Constructor Details
- 
BundleWiringDTO
public BundleWiringDTO() 
 -