Package org.osgi.framework.dto
Class FrameworkDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.framework.dto.FrameworkDTO
Data Transfer Object for a Framework.
 
 
 The System Bundle can be adapted to provide a FrameworkDTO for the
 framework of the system bundle. A FrameworkDTO obtained from a
 framework will contain only the launch properties of the framework. These
 properties will not include the System properties.
- Author:
 - $Id: FrameworkDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionThe bundles that are installed in the framework.The launch properties of the framework.The services that are registered in the framework. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
bundles
The bundles that are installed in the framework.- See Also:
 
 - 
properties
The launch properties of the framework. The value type must be a numerical type, Boolean, String, DTO or an array of any of the former.- See Also:
 
 - 
services
The services that are registered in the framework.- See Also:
 
 
 - 
 - 
Constructor Details
- 
FrameworkDTO
public FrameworkDTO() 
 -