eXo Kernel :: Container 2.4.4-CLD

Uses of Interface
org.exoplatform.container.multitenancy.Tenant

Packages that use Tenant
org.exoplatform.container.multitenancy API for Multitenancy support in eXo apps. 
org.exoplatform.container.multitenancy.bridge A bridge abstractions between CF Kernel and eXo Cloud (Cloud Management). 
 

Uses of Tenant in org.exoplatform.container.multitenancy
 

Methods in org.exoplatform.container.multitenancy that return Tenant
 Tenant TenantsService.getCurrentTanant()
          Return Current Tenant or throws an exception if Current Tenant not set in current thread.
 

Methods in org.exoplatform.container.multitenancy with parameters of type Tenant
 void TenantsStateListener.tenantStarted(Tenant tenant)
          Action on tenant start (creation or resuming).
 void TenantsStateListener.tenantStopped(Tenant tenant)
          Action on tenant stop (removal or suspend).
 

Uses of Tenant in org.exoplatform.container.multitenancy.bridge
 

Methods in org.exoplatform.container.multitenancy.bridge that return Tenant
 Tenant TenantsServiceImpl.getCurrentTanant()
          Return Current Tenant or throws an exception if Current Tenant not set in current thread.
 Tenant CurrentTenantLookup.getCurrentTenant()
          Return Current Tenant descriptor or throw CurrentTenantNotSetException if Current Tenant not set in current thread.
Current Tenant can be not set in two cases: Thread runs not in a context of multitenant request (e.g.
 


eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.