Class DeploymentSyncAdminClient
- java.lang.Object
-
- org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
-
public class DeploymentSyncAdminClient extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentSyncAdminClient(org.apache.axis2.context.ConfigurationContext configCtx, String backendServerURL, String cookie, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkout()
void
commit()
void
disableSynchronizer()
void
enableSynchronizer(org.wso2.carbon.deployment.synchronizer.stub.types.util.DeploymentSynchronizerConfiguration config)
org.wso2.carbon.deployment.synchronizer.stub.types.util.DeploymentSynchronizerConfiguration
getConfiguration()
long
getLastCheckoutTime()
long
getLastCommitTime()
org.wso2.carbon.deployment.synchronizer.stub.types.util.RepositoryConfigParameter[]
getParamsByRepositoryType(String repositoryType)
String[]
getRepositoryTypes()
void
updateSynchronizer(org.wso2.carbon.deployment.synchronizer.stub.types.util.DeploymentSynchronizerConfiguration config)
-
-
-
Method Detail
-
getConfiguration
public org.wso2.carbon.deployment.synchronizer.stub.types.util.DeploymentSynchronizerConfiguration getConfiguration() throws Exception
- Throws:
Exception
-
enableSynchronizer
public void enableSynchronizer(org.wso2.carbon.deployment.synchronizer.stub.types.util.DeploymentSynchronizerConfiguration config) throws Exception
- Throws:
Exception
-
updateSynchronizer
public void updateSynchronizer(org.wso2.carbon.deployment.synchronizer.stub.types.util.DeploymentSynchronizerConfiguration config) throws Exception
- Throws:
Exception
-
getParamsByRepositoryType
public org.wso2.carbon.deployment.synchronizer.stub.types.util.RepositoryConfigParameter[] getParamsByRepositoryType(String repositoryType) throws Exception
- Throws:
Exception
-
-