public class ApplicationSynchronizeRequest
extends org.apache.axis2.clustering.ClusteringMessage
Constructor and Description |
---|
ApplicationSynchronizeRequest() |
ApplicationSynchronizeRequest(int tenantId,
String tenantDomain,
UUID messageId,
WebappsConstants.ApplicationOpType applicationOpType,
List<WebapplicationHelper> webapplicationHelperList) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.apache.axis2.context.ConfigurationContext configContext) |
org.apache.axis2.clustering.ClusteringCommand |
getResponse() |
void |
setTenantId(int tenantId) |
String |
toString() |
public ApplicationSynchronizeRequest()
public ApplicationSynchronizeRequest(int tenantId, String tenantDomain, UUID messageId, WebappsConstants.ApplicationOpType applicationOpType, List<WebapplicationHelper> webapplicationHelperList)
public void setTenantId(int tenantId)
public void execute(org.apache.axis2.context.ConfigurationContext configContext) throws org.apache.axis2.clustering.ClusteringFault
execute
in class org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.ClusteringFault
public org.apache.axis2.clustering.ClusteringCommand getResponse()
getResponse
in class org.apache.axis2.clustering.ClusteringMessage
Copyright © 2018 WSO2. All rights reserved.