org.apache.stratos.manager.utils
Class SynchronizeRepositoryRequest

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.management.GroupManagementCommand
          extended by org.apache.stratos.manager.utils.SynchronizeRepositoryRequest
All Implemented Interfaces:
Serializable

public class SynchronizeRepositoryRequest
extends org.apache.axis2.clustering.management.GroupManagementCommand

ClusterMessage for sending a deployment repository synchronization request

See Also:
Serialized Form

Constructor Summary
SynchronizeRepositoryRequest()
           
SynchronizeRepositoryRequest(int tenantId, String tenantDomain, UUID messageId)
           
 
Method Summary
 void execute(org.apache.axis2.context.ConfigurationContext configContext)
           
 org.apache.axis2.clustering.ClusteringCommand getResponse()
           
 void setTenantId(int tenantId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronizeRepositoryRequest

public SynchronizeRepositoryRequest()

SynchronizeRepositoryRequest

public SynchronizeRepositoryRequest(int tenantId,
                                    String tenantDomain,
                                    UUID messageId)
Method Detail

setTenantId

public void setTenantId(int tenantId)

execute

public void execute(org.apache.axis2.context.ConfigurationContext configContext)
             throws org.apache.axis2.clustering.ClusteringFault
Specified by:
execute in class org.apache.axis2.clustering.ClusteringCommand
Throws:
org.apache.axis2.clustering.ClusteringFault

getResponse

public org.apache.axis2.clustering.ClusteringCommand getResponse()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.