eXo Kernel :: Container 2.4.11-UXP01

Package org.exoplatform.container.multitenancy

API for Multitenancy support in eXo apps.

See:
          Description

Interface Summary
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 Summary
CurrentTenantNotSetException Exception indicating that Current Tenant not set in runtime context.
 

Annotation Types Summary
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.
 

Package org.exoplatform.container.multitenancy Description

API for Multitenancy support in eXo apps.

Author:
Peter Nedonosko

eXo Kernel :: Container 2.4.11-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.