public class ClientDomainContainerController extends org.jboss.arquillian.container.test.impl.client.container.ClientContainerController implements DomainContainerController
| Constructor and Description |
|---|
ClientDomainContainerController() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isServerStarted(String containerQualifier,
String hostName,
String serverName)
Checks the status of the server and returns
true if the server is fully started. |
void |
reloadServers(String containerQualifier,
String groupName)
Reloads all the servers associated with this server group.
|
void |
restartServer(String containerQualifier,
String hostName,
String serverName)
Restarts the server.
|
void |
restartServers(String containerQualifier,
String groupName)
Restarts all the servers associated with this server group.
|
void |
resumeServer(String containerQualifier,
String hostName,
String serverName)
Resumes this server after being suspended.
|
void |
resumeServers(String containerQualifier,
String groupName)
Resumes all the previously suspended servers associated with this server group.
|
void |
startServer(String containerQualifier,
String hostName,
String serverName)
Starts the server.
|
void |
startServers(String containerQualifier,
String groupName)
Starts all the servers associated with this server group.
|
void |
stopServer(String containerQualifier,
String hostName,
String serverName)
Stops the server.
|
void |
stopServers(String containerQualifier,
String groupName)
Stops all the servers associated with this server group.
|
void |
suspendServer(String containerQualifier,
String hostName,
String serverName,
int timeout)
Suspends this server.
|
void |
suspendServers(String containerQualifier,
String groupName,
int timeout)
Suspends all the servers associated with this server group.
|
containerExists, getContainerControllerEvent, getContainerRegistry, getDeploymentScenario, isControllableContainer, isStarted, kill, start, start, stoppublic void reloadServers(String containerQualifier, String groupName)
DomainContainerControllerreloadServers in interface DomainContainerControllercontainerQualifier - the name of the containergroupName - the name of the server grouppublic void restartServers(String containerQualifier, String groupName)
DomainContainerControllerrestartServers in interface DomainContainerControllercontainerQualifier - the name of the containergroupName - the name of the server grouppublic void resumeServers(String containerQualifier, String groupName)
DomainContainerControllerresumeServers in interface DomainContainerControllercontainerQualifier - the name of the containergroupName - the name of the server grouppublic void startServers(String containerQualifier, String groupName)
DomainContainerControllerstartServers in interface DomainContainerControllercontainerQualifier - the name of the containergroupName - the name of the server grouppublic void stopServers(String containerQualifier, String groupName)
DomainContainerControllerstopServers in interface DomainContainerControllercontainerQualifier - the name of the containergroupName - the name of the server grouppublic void suspendServers(String containerQualifier, String groupName, int timeout)
DomainContainerControllersuspendServers in interface DomainContainerControllercontainerQualifier - the name of the containergroupName - the name of the server grouptimeout - the timeout in seconds. A value of 0 returns immediately and a value of -1 will wait indefinitelypublic void startServer(String containerQualifier, String hostName, String serverName)
DomainContainerControllerstartServer in interface DomainContainerControllercontainerQualifier - the name of the containerhostName - the name of the host the server is associated withserverName - the name of the serverpublic void stopServer(String containerQualifier, String hostName, String serverName)
DomainContainerControllerstopServer in interface DomainContainerControllercontainerQualifier - the name of the containerhostName - the name of the host the server is associated withserverName - the name of the serverpublic boolean isServerStarted(String containerQualifier, String hostName, String serverName)
DomainContainerControllertrue if the server is fully started.isServerStarted in interface DomainContainerControllercontainerQualifier - the name of the containerhostName - the name of the host the server is associated withserverName - the name of the servertrue if the server is fully started, otherwise falsepublic void restartServer(String containerQualifier, String hostName, String serverName)
DomainContainerControllerrestartServer in interface DomainContainerControllercontainerQualifier - the name of the containerhostName - the name of the host the server is associated withserverName - the name of the serverpublic void resumeServer(String containerQualifier, String hostName, String serverName)
DomainContainerControllerresumeServer in interface DomainContainerControllercontainerQualifier - the name of the containerhostName - the name of the host the server is associated withserverName - the name of the serverpublic void suspendServer(String containerQualifier, String hostName, String serverName, int timeout)
DomainContainerControllersuspendServer in interface DomainContainerControllercontainerQualifier - the name of the containerhostName - the name of the host the server is associated withserverName - the name of the servertimeout - the timeout for the suspendCopyright © 2018 JBoss by Red Hat. All rights reserved.