| Package | Description |
|---|---|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TenantsService.getCurrentTanant()
Return Current Tenant or throws an exception if Current Tenant not set in current thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TenantsStateListener.tenantStarted(Tenant tenant)
Action on tenant start (creation or resuming).
|
void |
TenantsStateListener.tenantStopped(Tenant tenant)
Action on tenant stop (removal or suspend).
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.