public class RBCRemoteTarget extends Object implements org.ops4j.pax.exam.TestContainer
| Constructor and Description |
|---|
RBCRemoteTarget(String name,
Integer registry,
org.ops4j.pax.exam.RelativeTimeout timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(org.ops4j.pax.exam.TestAddress address) |
RemoteBundleContextClient |
getClientRBC()
This access is kind of sneaky.
|
long |
install(InputStream probe) |
long |
install(String location,
InputStream probe) |
long |
installProbe(InputStream stream) |
org.ops4j.pax.exam.TestContainer |
start() |
org.ops4j.pax.exam.TestContainer |
stop() |
void |
uninstallProbe() |
public RemoteBundleContextClient getClientRBC()
public void call(org.ops4j.pax.exam.TestAddress address)
call in interface org.ops4j.pax.exam.TestContainerpublic org.ops4j.pax.exam.TestContainer start()
start in interface org.ops4j.pax.exam.TestContainerpublic long install(String location, InputStream probe)
install in interface org.ops4j.pax.exam.TestContainerpublic long install(InputStream probe)
install in interface org.ops4j.pax.exam.TestContainerpublic org.ops4j.pax.exam.TestContainer stop()
stop in interface org.ops4j.pax.exam.TestContainerpublic long installProbe(InputStream stream)
installProbe in interface org.ops4j.pax.exam.TestContainerpublic void uninstallProbe()
uninstallProbe in interface org.ops4j.pax.exam.TestContainerCopyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.