Package | Description |
---|---|
org.jboss.as.arquillian.container.domain |
Modifier and Type | Method and Description |
---|---|
Set<Domain.Server> |
Domain.getAutoStartServers() |
Set<Domain.Server> |
Domain.getServers() |
Set<Domain.Server> |
Domain.getServersInGroup(Domain.ServerGroup group) |
Set<Domain.Server> |
Domain.getServersInGroup(String group) |
Modifier and Type | Method and Description |
---|---|
void |
Domain.addServer(Domain.Server server) |
org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext |
ManagementClient.getHTTPDeploymentMetaData(Domain.Server server,
String uniqueDeploymentName) |
String |
ManagementClient.getServerState(Domain.Server server) |
boolean |
ManagementClient.isServerStarted(Domain.Server server) |
void |
ManagementClient.startServer(Domain.Server server) |
void |
ManagementClient.stopServer(Domain.Server server) |
Constructor and Description |
---|
LazyHttpContext(Domain.Server server,
String deploymentName,
ManagementClient client) |
ServerContainer(ManagementClient client,
Domain.Server server,
int operationTimeout) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.