org.apache.felix.framework
Class StartLevelImpl

java.lang.Object
  extended by org.apache.felix.framework.StartLevelImpl
All Implemented Interfaces:
Runnable, StartLevel

public class StartLevelImpl
extends Object
implements StartLevel, Runnable

Author:
rickhall To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
StartLevelImpl(Felix felix)
           
 
Method Summary
 int getBundleStartLevel(Bundle bundle)
           
 int getInitialBundleStartLevel()
           
 int getStartLevel()
           
 boolean isBundleActivationPolicyUsed(Bundle bundle)
           
 boolean isBundlePersistentlyStarted(Bundle bundle)
           
 void run()
           
 void setBundleStartLevel(Bundle bundle, int startlevel)
           
 void setInitialBundleStartLevel(int startlevel)
           
 void setStartLevel(int startlevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartLevelImpl

public StartLevelImpl(Felix felix)
Method Detail

getStartLevel

public int getStartLevel()
Specified by:
getStartLevel in interface StartLevel

setStartLevel

public void setStartLevel(int startlevel)
Specified by:
setStartLevel in interface StartLevel

getBundleStartLevel

public int getBundleStartLevel(Bundle bundle)
Specified by:
getBundleStartLevel in interface StartLevel

setBundleStartLevel

public void setBundleStartLevel(Bundle bundle,
                                int startlevel)
Specified by:
setBundleStartLevel in interface StartLevel

getInitialBundleStartLevel

public int getInitialBundleStartLevel()
Specified by:
getInitialBundleStartLevel in interface StartLevel

setInitialBundleStartLevel

public void setInitialBundleStartLevel(int startlevel)
Specified by:
setInitialBundleStartLevel in interface StartLevel

isBundlePersistentlyStarted

public boolean isBundlePersistentlyStarted(Bundle bundle)
Specified by:
isBundlePersistentlyStarted in interface StartLevel

isBundleActivationPolicyUsed

public boolean isBundleActivationPolicyUsed(Bundle bundle)
Specified by:
isBundleActivationPolicyUsed in interface StartLevel

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.