Package org.wso2.carbon.webapp.mgt.sync
Class ApplicationSynchronizeRequest
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.ClusteringMessage
org.wso2.carbon.webapp.mgt.sync.ApplicationSynchronizeRequest
- All Implemented Interfaces:
Serializable
public class ApplicationSynchronizeRequest
extends org.apache.axis2.clustering.ClusteringMessage
ClusterMessage for sending a Application status synchronization request
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationSynchronizeRequest(int tenantId, String tenantDomain, UUID messageId, WebappsConstants.ApplicationOpType applicationOpType, List<WebapplicationHelper> webapplicationHelperList) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.axis2.context.ConfigurationContext configContext) org.apache.axis2.clustering.ClusteringCommandvoidsetTenantId(int tenantId) toString()Methods inherited from class org.apache.axis2.clustering.ClusteringMessage
equals, getTimestamp, getUuid, hashCode
-
Constructor Details
-
ApplicationSynchronizeRequest
public ApplicationSynchronizeRequest() -
ApplicationSynchronizeRequest
public ApplicationSynchronizeRequest(int tenantId, String tenantDomain, UUID messageId, WebappsConstants.ApplicationOpType applicationOpType, List<WebapplicationHelper> webapplicationHelperList)
-
-
Method Details
-
setTenantId
public void setTenantId(int tenantId) -
execute
public void execute(org.apache.axis2.context.ConfigurationContext configContext) throws org.apache.axis2.clustering.ClusteringFault - Specified by:
executein classorg.apache.axis2.clustering.ClusteringCommand- Throws:
org.apache.axis2.clustering.ClusteringFault
-
getResponse
public org.apache.axis2.clustering.ClusteringCommand getResponse()- Specified by:
getResponsein classorg.apache.axis2.clustering.ClusteringMessage
-
toString
-