See: Description
| Interface | Description |
|---|---|
| Tenant |
General description of a tenant in Multitenant environment.
|
| TenantsService |
Provides convenient methods to get an information about Current Tenant and provides support for
multi-tenant capable services.
|
| TenantsStateListener |
Listener for Tenant state events in multitenant environment.
This listener can be explicitly added to (and later removed from) TenantsService or its
implementation can be registered in eXo container. |
| Exception | Description |
|---|---|
| CurrentTenantNotSetException |
Exception indicating that Current Tenant not set in runtime context.
|
| Annotation Type | Description |
|---|---|
| Multitenant |
An element annotated with
@Multitenant will be enhanced to be mutlitenant capable in eXo container.If applied to a class then it means that such class should be enhanced in special way by the container to provide per-tenant instances of the component. |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.