public class AppPortalTenantMgtListener extends Object implements org.wso2.carbon.stratos.common.listeners.TenantMgtListener
| Constructor and Description |
|---|
AppPortalTenantMgtListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getListenerOrder() |
void |
onPreDelete(int i) |
void |
onSubscriptionPlanChange(int i,
String s,
String s1) |
void |
onTenantActivation(int i) |
void |
onTenantCreate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean) |
void |
onTenantDeactivation(int i) |
void |
onTenantDelete(int i) |
void |
onTenantInitialActivation(int i) |
void |
onTenantRename(int i,
String s,
String s1) |
void |
onTenantUpdate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean) |
public void onTenantCreate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean)
throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantCreate in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerorg.wso2.carbon.stratos.common.exception.StratosExceptionpublic void onTenantUpdate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean)
throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantUpdate in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerorg.wso2.carbon.stratos.common.exception.StratosExceptionpublic void onTenantDelete(int i)
onTenantDelete in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerpublic void onTenantRename(int i,
String s,
String s1)
throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantRename in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerorg.wso2.carbon.stratos.common.exception.StratosExceptionpublic void onTenantInitialActivation(int i)
throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantInitialActivation in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerorg.wso2.carbon.stratos.common.exception.StratosExceptionpublic void onTenantActivation(int i)
throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantActivation in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerorg.wso2.carbon.stratos.common.exception.StratosExceptionpublic void onTenantDeactivation(int i)
throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantDeactivation in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerorg.wso2.carbon.stratos.common.exception.StratosExceptionpublic void onSubscriptionPlanChange(int i,
String s,
String s1)
throws org.wso2.carbon.stratos.common.exception.StratosException
onSubscriptionPlanChange in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerorg.wso2.carbon.stratos.common.exception.StratosExceptionpublic int getListenerOrder()
getListenerOrder in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerpublic void onPreDelete(int i)
throws org.wso2.carbon.stratos.common.exception.StratosException
onPreDelete in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListenerorg.wso2.carbon.stratos.common.exception.StratosExceptionCopyright © 2021 WSO2. All rights reserved.