public interface RemoteBundleContextClient
RemoteBundleContext client, that takes away RMI handling.| Modifier and Type | Method and Description |
|---|---|
void |
call(org.ops4j.pax.exam.TestAddress address) |
void |
cleanup() |
long |
install(String location,
InputStream stream) |
void |
setBundleStartLevel(long bundleId,
int startLevel) |
void |
start() |
void |
stop() |
void |
uninstall(long bundleId) |
void |
waitForState(long bundleId,
int state,
org.ops4j.pax.exam.RelativeTimeout timeout) |
long install(String location, InputStream stream)
void uninstall(long bundleId)
void cleanup()
void setBundleStartLevel(long bundleId,
int startLevel)
void start()
void stop()
void waitForState(long bundleId,
int state,
org.ops4j.pax.exam.RelativeTimeout timeout)
void call(org.ops4j.pax.exam.TestAddress address)
Copyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.