org.apache.stratos.tenant.activity.commands
Class GetActiveTenantsInMemberResponse
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetActiveTenantsInMemberResponse
public GetActiveTenantsInMemberResponse(List<TenantDataBean> tenantList)
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 © 2013 The Apache Software Foundation. All Rights Reserved.