public class ShutdownRequest extends RQLRequest
AUTHENTICATION_ENABLED_PREFIX, TRIAL_VERSION_LIMITATION_PREFIX| Constructor and Description |
|---|
ShutdownRequest(ShutdownMethod method,
int timeout)
Creates a shutdown request
|
ShutdownRequest(ShutdownMethod argument,
int timeout,
java.lang.String hostName,
java.lang.String ipAddress,
java.lang.String username,
java.lang.String password) |
ShutdownRequest(ShutdownMethod method,
java.lang.String hostName,
java.lang.String ipAddress,
java.lang.String username,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
ShutdownMethod |
getShutdownMethod()
Get the argument for the shutdown
|
int |
getTimeout()
The timeout in Seconds.
|
equals, getHostName, getIPAddress, getPassword, getUsername, hashCode, toStringpublic ShutdownRequest(ShutdownMethod argument, int timeout, java.lang.String hostName, java.lang.String ipAddress, java.lang.String username, java.lang.String password)
argument - Controls whether the server should be shutdown or restarted and whentimeout - Timeout period in seconds before the server should force the shutdown/restarthostName - hostname of destinationipAddress - ip address of destinationusername - the username used to authenticatepassword - the password to use to authenticatepublic ShutdownRequest(ShutdownMethod method, java.lang.String hostName, java.lang.String ipAddress, java.lang.String username, java.lang.String password)
method - Controls whether the server should be shutdown or restarted and whenhostName - hostname of destinationipAddress - ip address of destinationusername - the username used to authenticatepassword - the password to use to authenticatepublic ShutdownRequest(ShutdownMethod method, int timeout)
method - to shutdown or restart?timeout - timeout after which the server must force the actionpublic ShutdownMethod getShutdownMethod()
public int getTimeout()
RoboSuite Java API, v9.7.7763