org.alfresco.repo.tenant
Interface TenantDeployer

All Known Subinterfaces:
MessageService
All Known Implementing Classes:
CMISServicesImpl, DictionaryComponent, DictionaryRepositoryBootstrap, MessageServiceImpl, Repository, RepoXMLConfigService, TenantRoutingFileContentStore

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
 void destroy()
           
 void init()
           
 void onDisableTenant()
           
 void onEnableTenant()
           
 

Method Detail

onEnableTenant

void onEnableTenant()

onDisableTenant

void onDisableTenant()

init

void init()

destroy

void destroy()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.