org.ops4j.pax.runner.osgi
Class UnsupportedStartLevel

java.lang.Object
  extended by org.ops4j.pax.runner.osgi.UnsupportedStartLevel
All Implemented Interfaces:
org.osgi.service.startlevel.StartLevel
Direct Known Subclasses:
RunnerStartLevel

public class UnsupportedStartLevel
extends java.lang.Object
implements org.osgi.service.startlevel.StartLevel


Constructor Summary
UnsupportedStartLevel()
           
 
Method Summary
 int getBundleStartLevel(org.osgi.framework.Bundle bundle)
           
 int getInitialBundleStartLevel()
           
 int getStartLevel()
           
 boolean isBundleActivationPolicyUsed(org.osgi.framework.Bundle bundle)
           
 boolean isBundlePersistentlyStarted(org.osgi.framework.Bundle bundle)
           
 void setBundleStartLevel(org.osgi.framework.Bundle bundle, int i)
           
 void setInitialBundleStartLevel(int i)
           
 void setStartLevel(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupportedStartLevel

public UnsupportedStartLevel()
Method Detail

getStartLevel

public int getStartLevel()
Specified by:
getStartLevel in interface org.osgi.service.startlevel.StartLevel

setStartLevel

public void setStartLevel(int i)
Specified by:
setStartLevel in interface org.osgi.service.startlevel.StartLevel

getBundleStartLevel

public int getBundleStartLevel(org.osgi.framework.Bundle bundle)
Specified by:
getBundleStartLevel in interface org.osgi.service.startlevel.StartLevel

setBundleStartLevel

public void setBundleStartLevel(org.osgi.framework.Bundle bundle,
                                int i)
Specified by:
setBundleStartLevel in interface org.osgi.service.startlevel.StartLevel

getInitialBundleStartLevel

public int getInitialBundleStartLevel()
Specified by:
getInitialBundleStartLevel in interface org.osgi.service.startlevel.StartLevel

setInitialBundleStartLevel

public void setInitialBundleStartLevel(int i)
Specified by:
setInitialBundleStartLevel in interface org.osgi.service.startlevel.StartLevel

isBundlePersistentlyStarted

public boolean isBundlePersistentlyStarted(org.osgi.framework.Bundle bundle)
Specified by:
isBundlePersistentlyStarted in interface org.osgi.service.startlevel.StartLevel

isBundleActivationPolicyUsed

public boolean isBundleActivationPolicyUsed(org.osgi.framework.Bundle bundle)
Specified by:
isBundleActivationPolicyUsed in interface org.osgi.service.startlevel.StartLevel


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.