org.apache.stratos.common.listeners
Interface TenantMgtListener
public interface TenantMgtListener
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.