org.apache.stratos.tenant.activity.ui.clients
Class TenantActivityServiceClient

java.lang.Object
  extended by org.apache.stratos.tenant.activity.ui.clients.TenantActivityServiceClient

public class TenantActivityServiceClient
extends Object


Constructor Summary
TenantActivityServiceClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session)
           
TenantActivityServiceClient(String url, javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session)
           
TenantActivityServiceClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configContext)
           
 
Method Summary
 int getActiveTenantCount()
           
 org.apache.stratos.tenant.activity.stub.beans.xsd.PaginatedTenantDataBean getPaginatedActiveTenantList(int pageNumber)
           
 boolean isTenantActiveInService(String domainName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TenantActivityServiceClient

public TenantActivityServiceClient(String cookie,
                                   String backendServerURL,
                                   org.apache.axis2.context.ConfigurationContext configContext)
                            throws org.wso2.carbon.registry.core.exceptions.RegistryException
Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException

TenantActivityServiceClient

public TenantActivityServiceClient(javax.servlet.ServletConfig config,
                                   javax.servlet.http.HttpSession session)
                            throws org.wso2.carbon.registry.core.exceptions.RegistryException
Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException

TenantActivityServiceClient

public TenantActivityServiceClient(String url,
                                   javax.servlet.ServletConfig config,
                                   javax.servlet.http.HttpSession session)
                            throws Exception
Throws:
Exception
Method Detail

getActiveTenantCount

public int getActiveTenantCount()
                         throws org.apache.stratos.tenant.activity.stub.TenantActivityServiceExceptionException,
                                RemoteException
Throws:
org.apache.stratos.tenant.activity.stub.TenantActivityServiceExceptionException
RemoteException

getPaginatedActiveTenantList

public org.apache.stratos.tenant.activity.stub.beans.xsd.PaginatedTenantDataBean getPaginatedActiveTenantList(int pageNumber)
                                                                                                       throws org.apache.stratos.tenant.activity.stub.TenantActivityServiceExceptionException,
                                                                                                              RemoteException
Throws:
org.apache.stratos.tenant.activity.stub.TenantActivityServiceExceptionException
RemoteException

isTenantActiveInService

public boolean isTenantActiveInService(String domainName)
                                throws org.apache.stratos.tenant.activity.stub.TenantActivityServiceExceptionException,
                                       RemoteException
Throws:
org.apache.stratos.tenant.activity.stub.TenantActivityServiceExceptionException
RemoteException


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