org.alfresco.repo.tenant
Interface TenantDeployer
- All Known Implementing Classes:
- DictionaryComponent
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)
onEnableTenant
void onEnableTenant()
onDisableTenant
void onDisableTenant()
init
void init()
destroy
void destroy()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.