类 BundleStartLevelDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.framework.startlevel.dto.BundleStartLevelDTO
-
public class BundleStartLevelDTO extends DTO
Data Transfer Object for a BundleStartLevel.An installed Bundle can be adapted to provide a
BundleStartLevelDTOfor the Bundle.- 作者:
- $Id: BundleStartLevelDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
-
字段概要
字段 修饰符和类型 字段 说明 booleanactivationPolicyUsedThe bundle's autostart setting indicates that the activation policy declared in the bundle manifest must be used.longbundleThe id of the bundle associated with this start level.booleanpersistentlyStartedThe bundle's autostart setting indicates it must be started.intstartLevelThe assigned start level value for the bundle.
-
构造器概要
构造器 构造器 说明 BundleStartLevelDTO()
-
-
-
字段详细资料
-
bundle
public long bundle
The id of the bundle associated with this start level.
-
startLevel
public int startLevel
The assigned start level value for the bundle.
-
activationPolicyUsed
public boolean activationPolicyUsed
The bundle's autostart setting indicates that the activation policy declared in the bundle manifest must be used.
-
persistentlyStarted
public boolean persistentlyStarted
The bundle's autostart setting indicates it must be started.
-
-