org.jboss.osgi.testing
Class OSGiRuntimeHelper

java.lang.Object
  extended by org.jboss.osgi.testing.OSGiTestHelper
      extended by org.jboss.osgi.testing.OSGiRuntimeHelper

public class OSGiRuntimeHelper
extends OSGiTestHelper

A helper for the OSGi runtime abstraction.

Since:
25-Sep-2008
Author:
Thomas.Diesler@jboss.org

Field Summary
 
Fields inherited from class org.jboss.osgi.testing.OSGiTestHelper
SYSPROP_TEST_ARCHIVE_DIRECTORY, SYSPROP_TEST_RESOURCES_DIRECTORY
 
Constructor Summary
OSGiRuntimeHelper()
           
 
Method Summary
static void failsafeStop(OSGiBundle bundle)
           
static void failsafeUninstall(OSGiBundle bundle)
           
 OSGiBootstrapProvider getBootstrapProvider()
           
 void ungetBootstrapProvider()
           
 
Methods inherited from class org.jboss.osgi.testing.OSGiTestHelper
assembleArchive, assembleArchive, assertBundleState, assertLoadClass, assertLoadClass, assertLoadClassFail, getFrameworkName, getInitialContext, getResourceFile, getResourceURL, getServerHost, getTargetContainer, getTestArchiveFile, getTestArchivePath, getTestArchiveURL, toInputStream, toVirtualFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiRuntimeHelper

public OSGiRuntimeHelper()
Method Detail

getBootstrapProvider

public OSGiBootstrapProvider getBootstrapProvider()

ungetBootstrapProvider

public void ungetBootstrapProvider()

failsafeStop

public static void failsafeStop(OSGiBundle bundle)

failsafeUninstall

public static void failsafeUninstall(OSGiBundle bundle)


Copyright © 2010. All Rights Reserved.