org.apache.stratos.common.listeners
Interface TenantMgtListener


public interface TenantMgtListener


Method Summary
 int getListenerOrder()
           
 void onSubscriptionPlanChange(int tenentId, String oldPlan, String newPlan)
           
 void onTenantActivation(int tenantId)
           
 void onTenantCreate(TenantInfoBean tenantInfo)
           
 void onTenantDeactivation(int tenantId)
           
 void onTenantInitialActivation(int tenantId)
           
 void onTenantRename(int tenantId, String oldDomainName, String newDomainName)
           
 void onTenantUpdate(TenantInfoBean tenantInfo)
           
 

Method Detail

onTenantCreate

void onTenantCreate(TenantInfoBean tenantInfo)
                    throws StratosException
Throws:
StratosException

onTenantUpdate

void onTenantUpdate(TenantInfoBean tenantInfo)
                    throws StratosException
Throws:
StratosException

onTenantRename

void onTenantRename(int tenantId,
                    String oldDomainName,
                    String newDomainName)
                    throws StratosException
Throws:
StratosException

onTenantInitialActivation

void onTenantInitialActivation(int tenantId)
                               throws StratosException
Throws:
StratosException

onTenantActivation

void onTenantActivation(int tenantId)
                        throws StratosException
Throws:
StratosException

onTenantDeactivation

void onTenantDeactivation(int tenantId)
                          throws StratosException
Throws:
StratosException

onSubscriptionPlanChange

void onSubscriptionPlanChange(int tenentId,
                              String oldPlan,
                              String newPlan)
                              throws StratosException
Throws:
StratosException

getListenerOrder

int getListenerOrder()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.