Class BundleStartLevelDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.framework.startlevel.dto.BundleStartLevelDTO
Data Transfer Object for a BundleStartLevel.
An installed Bundle can be adapted to provide a BundleStartLevelDTO
for the Bundle.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
The bundle's autostart setting indicates that the activation policy declared in the bundle manifest must be used.long
The id of the bundle associated with this start level.boolean
The bundle's autostart setting indicates it must be started.int
The assigned start level value for the bundle. -
Constructor Summary
-
Method Summary
-
Field Details
-
bundle
public long bundleThe id of the bundle associated with this start level.- See Also:
-
startLevel
public int startLevelThe assigned start level value for the bundle.- See Also:
-
activationPolicyUsed
public boolean activationPolicyUsedThe bundle's autostart setting indicates that the activation policy declared in the bundle manifest must be used. -
persistentlyStarted
public boolean persistentlyStartedThe bundle's autostart setting indicates it must be started.- See Also:
-
-
Constructor Details
-
BundleStartLevelDTO
public BundleStartLevelDTO()
-