org.apache.stratos.tenant.activity.commands
Class GetActiveTenantsInMemberRequest

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.ClusteringMessage
          extended by org.apache.stratos.tenant.activity.commands.GetActiveTenantsInMemberRequest
All Implemented Interfaces:
Serializable

public class GetActiveTenantsInMemberRequest
extends org.apache.axis2.clustering.ClusteringMessage

This Cluster message is used to get active tenants in each node then send response as other cluster command which holds active tenants

See Also:
Serialized Form

Constructor Summary
GetActiveTenantsInMemberRequest()
           
 
Method Summary
 void execute(org.apache.axis2.context.ConfigurationContext configurationContext)
           
 org.apache.axis2.clustering.ClusteringCommand getResponse()
           
 
Methods inherited from class org.apache.axis2.clustering.ClusteringMessage
equals, getTimestamp, getUuid, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetActiveTenantsInMemberRequest

public GetActiveTenantsInMemberRequest()
Method Detail

execute

public void execute(org.apache.axis2.context.ConfigurationContext configurationContext)
             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()
Specified by:
getResponse in class org.apache.axis2.clustering.ClusteringMessage


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