public class AbstractIdentityTenantMgtListener extends Object implements org.wso2.carbon.stratos.common.listeners.TenantMgtListener
Constructor and Description |
---|
AbstractIdentityTenantMgtListener() |
Modifier and Type | Method and Description |
---|---|
int |
getListenerOrder() |
int |
getOrderId() |
boolean |
isEnable() |
void |
onPreDelete(int i) |
void |
onSubscriptionPlanChange(int i,
String s,
String s2) |
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 s2) |
void |
onTenantUpdate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean) |
public boolean isEnable()
public int getOrderId()
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.TenantMgtListener
org.wso2.carbon.stratos.common.exception.StratosException
public 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.TenantMgtListener
org.wso2.carbon.stratos.common.exception.StratosException
public void onTenantDelete(int i)
onTenantDelete
in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListener
public void onTenantRename(int i, String s, String s2) throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantRename
in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListener
org.wso2.carbon.stratos.common.exception.StratosException
public void onTenantInitialActivation(int i) throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantInitialActivation
in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListener
org.wso2.carbon.stratos.common.exception.StratosException
public void onTenantActivation(int i) throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantActivation
in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListener
org.wso2.carbon.stratos.common.exception.StratosException
public void onTenantDeactivation(int i) throws org.wso2.carbon.stratos.common.exception.StratosException
onTenantDeactivation
in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListener
org.wso2.carbon.stratos.common.exception.StratosException
public void onSubscriptionPlanChange(int i, String s, String s2) throws org.wso2.carbon.stratos.common.exception.StratosException
onSubscriptionPlanChange
in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListener
org.wso2.carbon.stratos.common.exception.StratosException
public int getListenerOrder()
getListenerOrder
in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListener
public void onPreDelete(int i) throws org.wso2.carbon.stratos.common.exception.StratosException
onPreDelete
in interface org.wso2.carbon.stratos.common.listeners.TenantMgtListener
org.wso2.carbon.stratos.common.exception.StratosException
Copyright © 2019 WSO2. All rights reserved.