Uses of Class
org.apache.stratos.tenant.activity.beans.TenantDataBean

Packages that use TenantDataBean
org.apache.stratos.tenant.activity.beans   
org.apache.stratos.tenant.activity.commands   
org.apache.stratos.tenant.activity.util   
 

Uses of TenantDataBean in org.apache.stratos.tenant.activity.beans
 

Methods in org.apache.stratos.tenant.activity.beans that return TenantDataBean
 TenantDataBean[] PaginatedTenantDataBean.getTenantInfoBeans()
           
 

Methods in org.apache.stratos.tenant.activity.beans with parameters of type TenantDataBean
 void PaginatedTenantDataBean.setTenantInfoBeans(TenantDataBean[] tenantInfoBeans)
           
 

Uses of TenantDataBean in org.apache.stratos.tenant.activity.commands
 

Methods in org.apache.stratos.tenant.activity.commands that return types with arguments of type TenantDataBean
 List<TenantDataBean> GetActiveTenantsInMemberResponse.getTenants()
           
 

Methods in org.apache.stratos.tenant.activity.commands with parameters of type TenantDataBean
 void GetActiveTenantsInMemberResponse.addTenant(TenantDataBean tenant)
           
 

Constructor parameters in org.apache.stratos.tenant.activity.commands with type arguments of type TenantDataBean
GetActiveTenantsInMemberResponse(List<TenantDataBean> tenantList)
           
 

Uses of TenantDataBean in org.apache.stratos.tenant.activity.util
 

Methods in org.apache.stratos.tenant.activity.util that return types with arguments of type TenantDataBean
static List<TenantDataBean> TenantActivityUtil.getActiveTenantsInCluster()
           
 

Methods in org.apache.stratos.tenant.activity.util with parameters of type TenantDataBean
static int TenantActivityUtil.indexOfTenantInList(List<TenantDataBean> list, TenantDataBean tenant)
           
 

Method parameters in org.apache.stratos.tenant.activity.util with type arguments of type TenantDataBean
static int TenantActivityUtil.indexOfTenantInList(List<TenantDataBean> list, TenantDataBean tenant)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.