|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.osgi.dto.DTO org.osgi.framework.startlevel.dto.BundleStartLevelDTO
public class BundleStartLevelDTO
Data Transfer Object for a BundleStartLevel.
An installed Bundle can be adapted to provide a BundleStartLevelDTO
for the Bundle.
Field Summary | |
---|---|
boolean |
activationPolicyUsed
The bundle's autostart setting indicates that the activation policy declared in the bundle manifest must be used. |
long |
bundle
The id of the bundle associated with this start level. |
boolean |
persistentlyStarted
The bundle's autostart setting indicates it must be started. |
int |
startLevel
The assigned start level value for the bundle. |
Constructor Summary | |
---|---|
BundleStartLevelDTO()
|
Method Summary |
---|
Methods inherited from class org.osgi.dto.DTO |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long bundle
BundleReference.getBundle()
public int startLevel
BundleStartLevel.getStartLevel()
public boolean activationPolicyUsed
BundleStartLevel.isActivationPolicyUsed()
public boolean persistentlyStarted
BundleStartLevel.isPersistentlyStarted()
Constructor Detail |
---|
public BundleStartLevelDTO()
|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |