public class TenantStatus extends Object
| Constructor and Description |
|---|
TenantStatus()
No argument constructor.
|
TenantStatus(boolean tenantContextLoaded)
Constructor with the parameter tenantContextLoaded
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTenantContextLoaded()
get the information of tenant context is loaded or not.
|
void |
setTenantContextLoaded(boolean isTenantContextLoaded)
Set the information of tenant context is loaded or not.
|
public TenantStatus()
public TenantStatus(boolean tenantContextLoaded)
tenantContextLoaded - true if tenant context is loaded or else falsepublic boolean isTenantContextLoaded()
public void setTenantContextLoaded(boolean isTenantContextLoaded)
isTenantContextLoaded - true if tenant context is loaded or else false.Copyright © 2015 WSO2 Inc. All rights reserved.