| Package | Description |
|---|---|
| org.wso2.carbon.integration.common.utils | |
| org.wso2.carbon.integration.common.utils.mgt |
| Modifier and Type | Method and Description |
|---|---|
String |
LoginLogoutClient.login()
Provides login to carbon server
|
String |
LoginLogoutClient.login(String userName,
String password,
String hostName)
Login method using username, password and host name.
|
| Constructor and Description |
|---|
LoginLogoutClient(org.wso2.carbon.automation.engine.context.AutomationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfigurationManager.applyConfiguration(File newConfig)
apply configuration file and restart server to take effect the configuration
|
void |
ServerConfigurationManager.applyConfiguration(File sourceFile,
File targetFile)
Methods to replace configuration files in products.
|
void |
ServerConfigurationManager.applyConfiguration(File sourceFile,
File targetFile,
boolean backupConfigFile,
boolean restartServer) |
void |
ServerConfigurationManager.restartForcefully()
Restart Server forcefully from admin user
|
void |
ServerConfigurationManager.restartGracefully()
Restart Server Gracefully from admin user
|
void |
ServerConfigurationManager.restartGracefully(long timeout)
Restart Server Gracefully from admin user
|
void |
ServerConfigurationManager.restartGracefully(String sessionCookie)
Restart server gracefully from current user session
|
void |
ServerConfigurationManager.restoreToLastConfiguration()
restore to a last configuration and restart the server
|
void |
ServerConfigurationManager.restoreToLastConfiguration(boolean isRestartRequired)
restore all files to last configuration and restart the server
|
| Constructor and Description |
|---|
ServerConfigurationManager(org.wso2.carbon.automation.engine.context.AutomationContext autoCtx)
Create a ServerConfigurationManager
|
ServerConfigurationManager(String productGroup,
org.wso2.carbon.automation.engine.context.TestUserMode userMode)
Create a ServerConfigurationManager
|
Copyright © 2015 WSO2. All rights reserved.