类 FrameworkDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.framework.dto.FrameworkDTO
-
public class FrameworkDTO extends DTO
Data Transfer Object for a Framework.The System Bundle can be adapted to provide a
FrameworkDTOfor the framework of the system bundle. AFrameworkDTOobtained from a framework will contain only the launch properties of the framework. These properties will not include the System properties.- 作者:
- $Id: FrameworkDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
-
字段概要
字段 修饰符和类型 字段 说明 java.util.List<BundleDTO>bundlesThe bundles that are installed in the framework.java.util.Map<java.lang.String,java.lang.Object>propertiesThe launch properties of the framework.java.util.List<ServiceReferenceDTO>servicesThe services that are registered in the framework.
-
构造器概要
构造器 构造器 说明 FrameworkDTO()
-
-
-
字段详细资料
-
bundles
public java.util.List<BundleDTO> bundles
The bundles that are installed in the framework.
-
properties
public java.util.Map<java.lang.String,java.lang.Object> 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.
-
services
public java.util.List<ServiceReferenceDTO> services
The services that are registered in the framework.
-
-