|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
TestContainer.getService(java.lang.Class<T> serviceType)
|
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |