public interface TenantDeployer
This interface allows components to be notified of tenant events. Components will register with TenantAdminService. Also callbacks used during bootstrap (init) and shutdown (destroy)
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init() |
void |
onDisableTenant() |
void |
onEnableTenant() |
Copyright © 2005–2016 Alfresco Software. All rights reserved.