public abstract class CommonDeployableContainer<T extends CommonContainerConfiguration> extends Object implements org.jboss.arquillian.container.spi.client.container.DeployableContainer<T>
| Constructor and Description |
|---|
CommonDeployableContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
awaitBootstrapCompleteService(String name)
Await for bootstrap service
|
void |
awaitBootstrapCompleteServices()
Await bootstrap complete services
|
boolean |
isAutostartBundle() |
void |
setup(T configuration) |
abstract void |
startBundle(String symbolicName,
String version)
Start a bundle identified by
symbolicName and version |
public boolean isAutostartBundle()
public abstract void startBundle(String symbolicName, String version) throws Exception
symbolicName and versionsymbolicName - Bundle symbolic nameversion - Bundle versionException - If an error occured and therefore bundle was not startedpublic void awaitBootstrapCompleteServices()
protected abstract void awaitBootstrapCompleteService(String name)
name - IllegalStateException - If bootstrap service was not startedpublic void setup(T configuration)
setup in interface org.jboss.arquillian.container.spi.client.container.DeployableContainer<T extends CommonContainerConfiguration>Copyright © 2014 JBoss by Red Hat. All Rights Reserved.