public class SynchronizeRepositoryRequest
extends org.apache.axis2.clustering.ClusteringMessage
Constructor and Description |
---|
SynchronizeRepositoryRequest() |
SynchronizeRepositoryRequest(int tenantId,
String tenantDomain) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Two messages are considered equal if the tenant ID & domain are equal
|
void |
execute(org.apache.axis2.context.ConfigurationContext configContext) |
org.apache.axis2.clustering.ClusteringCommand |
getResponse() |
int |
hashCode() |
void |
setTenantId(int tenantId) |
String |
toString() |
public SynchronizeRepositoryRequest()
public SynchronizeRepositoryRequest(int tenantId, String tenantDomain)
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
public boolean equals(Object o)
equals
in class org.apache.axis2.clustering.ClusteringMessage
public int hashCode()
hashCode
in class org.apache.axis2.clustering.ClusteringMessage
Copyright © 2016 WSO2 Inc. All rights reserved.