Uses of Class
org.ops4j.pax.exam.spi.container.TestContainerException

Packages that use TestContainerException
org.ops4j.pax.exam.rbc.client   
org.ops4j.pax.exam.spi.container   
 

Uses of TestContainerException in org.ops4j.pax.exam.rbc.client
 

Methods in org.ops4j.pax.exam.rbc.client that throw TestContainerException
 long RemoteBundleContextClient.installBundle(java.lang.String bundleLocation, byte[] bundle)
          
 void RemoteBundleContextClient.setBundleStartLevel(long bundleId, int startLevel)
          Sets the start level for a bundle.
 void RemoteBundleContextClient.startBundle(long bundleId)
          
 

Uses of TestContainerException in org.ops4j.pax.exam.spi.container
 

Subclasses of TestContainerException in org.ops4j.pax.exam.spi.container
 class TimeoutException
          Denotes an exception occuring during using test container that appears due to a timeout.
 

Methods in org.ops4j.pax.exam.spi.container that throw TestContainerException
<T> T
TestContainer.getService(java.lang.Class<T> serviceType)
           
<T> T
TestContainer.getService(java.lang.Class<T> serviceType, long timeoutInMillis)
           
 long TestContainer.installBundle(java.lang.String bundleUrl)
           
 long TestContainer.installBundle(java.lang.String bundleLocation, byte[] bundle)
           
 void TestContainer.setBundleStartLevel(long bundleId, int startLevel)
          Sets the start level for a bundle.
 void TestContainer.startBundle(long bundleId)
           
 



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