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

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

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

Methods in org.ops4j.pax.exam.rbc.client that throw TimeoutException
 void RemoteBundleContextClient.waitForState(long bundleId, int state, long timeoutInMillis)
          Waits for a bundle to be in a certain state and returns.
 

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

Methods in org.ops4j.pax.exam.spi.container that throw TimeoutException
 void TestContainer.start()
          Starts the test container.
 void TestContainer.stop()
          Stops the test container.
 void TestContainer.waitForState(long bundleId, int state, long timeoutInMillis)
          Waits for a bundle to be in a certain state and returns.
 



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