public abstract class CommonManagedDeployableContainer<T extends CommonManagedContainerConfiguration> extends CommonDeployableContainer<T>
| Constructor and Description |
|---|
CommonManagedDeployableContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.wildfly.core.launcher.CommandBuilder |
createCommandBuilder(T config)
Returns the command builder used to launch the server.
|
protected abstract org.jboss.logging.Logger |
getLogger()
The logger used for messages.
|
protected void |
startInternal() |
protected void |
stopInternal(Integer timeout) |
deploy, deploy, getContainerConfiguration, getContainerDescription, getDefaultProtocol, getManagementClient, getModelControllerClient, isOperationAttributeSupported, isOperationAttributeSupported, setup, start, stop, stop, undeploy, undeployprotected void startInternal()
throws org.jboss.arquillian.container.spi.client.container.LifecycleException
startInternal in class CommonDeployableContainer<T extends CommonManagedContainerConfiguration>org.jboss.arquillian.container.spi.client.container.LifecycleExceptionprotected abstract org.wildfly.core.launcher.CommandBuilder createCommandBuilder(T config)
protected abstract org.jboss.logging.Logger getLogger()
protected void stopInternal(Integer timeout) throws org.jboss.arquillian.container.spi.client.container.LifecycleException
stopInternal in class CommonDeployableContainer<T extends CommonManagedContainerConfiguration>org.jboss.arquillian.container.spi.client.container.LifecycleExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.