Package org.alfresco.repo.tenant
Interface TenantDeployer
-
- All Known Implementing Classes:
DictionaryComponent
,FilteredDictionaryComponent
public interface TenantDeployer
Tenant 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 void
destroy()
void
init()
void
onDisableTenant()
void
onEnableTenant()
-