Class FrameworkStartLevelDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.framework.startlevel.dto.FrameworkStartLevelDTO
-
public class FrameworkStartLevelDTO extends DTO
Data Transfer Object for a FrameworkStartLevel.The System Bundle can be adapted to provide a
FrameworkStartLevelDTO
for the framework of the Bundle.
-
-
Field Summary
Fields Modifier and Type Field Description int
initialBundleStartLevel
The initial start level value that is assigned to a bundle when it is first installed.int
startLevel
The active start level value for the framework.
-
Constructor Summary
Constructors Constructor Description FrameworkStartLevelDTO()
-
-
-
Field Detail
-
startLevel
public int startLevel
The active start level value for the framework.- See Also:
FrameworkStartLevel.getStartLevel()
-
initialBundleStartLevel
public int initialBundleStartLevel
The initial start level value that is assigned to a bundle when it is first installed.
-
-