Package org.alfresco.repo.tenant
Interface TenantDeployer
-
- All Known Implementing Classes:
DictionaryComponent,FilteredDictionaryComponent
public interface TenantDeployerTenant Deployer interface.This interface allows components to be notified of tenant events. Components will register with TenantAdminService. Also callbacks used during bootstrap (init) and shutdown (destroy)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()voidinit()voidonDisableTenant()voidonEnableTenant()
-