Arquillian OSGi TestEnricher 1.0.1

org.jboss.arquillian.testenricher.osgi
Class BundleStartLevelAssociation

java.lang.Object
  extended by org.jboss.arquillian.testenricher.osgi.BundleStartLevelAssociation

public final class BundleStartLevelAssociation
extends Object

A thread local association for the Bundle start level [ARQ-465] Add suport for bundle start level

Since:
07-Jun-2011
Author:
thomas.diesler@jboss.com

Constructor Summary
BundleStartLevelAssociation()
           
 
Method Summary
static Integer getStartLevel()
           
static void removeStartLevel()
           
static void setStartLevel(Integer type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleStartLevelAssociation

public BundleStartLevelAssociation()
Method Detail

getStartLevel

public static Integer getStartLevel()

setStartLevel

public static void setStartLevel(Integer type)

removeStartLevel

public static void removeStartLevel()

Arquillian OSGi TestEnricher 1.0.1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.