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

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

public class GetActiveTenantsInMemberResponse
extends org.apache.axis2.clustering.ClusteringCommand

This clustering command is used send active tenants list if we send clustering message GetActiveTenantsInMemberRequest then as a response we can get GetActiveTenantsInMemberResponse which holds active tenants list

See Also:
Serialized Form

Constructor Summary
GetActiveTenantsInMemberResponse(List<TenantDataBean> tenantList)
           
 
Method Summary
 void addTenant(TenantDataBean tenant)
           
 void execute(org.apache.axis2.context.ConfigurationContext configurationContext)
           
 List<TenantDataBean> getTenants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetActiveTenantsInMemberResponse

public GetActiveTenantsInMemberResponse(List<TenantDataBean> tenantList)
Method Detail

addTenant

public void addTenant(TenantDataBean tenant)

getTenants

public List<TenantDataBean> getTenants()

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


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