org.apache.stratos.tenant.mgt.stub
Interface TenantMgtAdminService

All Known Implementing Classes:
TenantMgtAdminServiceStub

public interface TenantMgtAdminService


Method Summary
 void activateTenant(String tenantDomain30)
          Auto generated method signature
 String addTenant(TenantInfoBean tenantInfoBean38)
          Auto generated method signature
 void deactivateTenant(String tenantDomain49)
          Auto generated method signature
 void deleteTenant(String tenantDomain16)
          Auto generated method signature
 TenantInfoBean getTenant(String tenantDomain45)
          Auto generated method signature
 PaginatedTenantInfoBean retrievePaginatedPartialSearchTenants(String domain33, int pageNumber34)
          Auto generated method signature
 PaginatedTenantInfoBean retrievePaginatedTenants(int pageNumber23)
          Auto generated method signature
 TenantInfoBean[] retrievePartialSearchTenants(String domain19)
          Auto generated method signature
 TenantInfoBean[] retrieveTenants()
          Auto generated method signature
 void startactivateTenant(String tenantDomain30, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startaddTenant(TenantInfoBean tenantInfoBean38, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startdeactivateTenant(String tenantDomain49, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startdeleteTenant(String tenantDomain16, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgetTenant(String tenantDomain45, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startretrievePaginatedPartialSearchTenants(String domain33, int pageNumber34, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startretrievePaginatedTenants(int pageNumber23, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startretrievePartialSearchTenants(String domain19, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startretrieveTenants(TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startupdateTenant(TenantInfoBean tenantInfoBean42, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void updateTenant(TenantInfoBean tenantInfoBean42)
          Auto generated method signature
 

Method Detail

deleteTenant

void deleteTenant(String tenantDomain16)
                  throws RemoteException,
                         TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
deleteTenant15 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startdeleteTenant

void startdeleteTenant(String tenantDomain16,
                       TenantMgtAdminServiceCallbackHandler callback)
                       throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deleteTenant15 -
Throws:
RemoteException

retrievePartialSearchTenants

TenantInfoBean[] retrievePartialSearchTenants(String domain19)
                                              throws RemoteException,
                                                     TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
retrievePartialSearchTenants18 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startretrievePartialSearchTenants

void startretrievePartialSearchTenants(String domain19,
                                       TenantMgtAdminServiceCallbackHandler callback)
                                       throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
retrievePartialSearchTenants18 -
Throws:
RemoteException

retrievePaginatedTenants

PaginatedTenantInfoBean retrievePaginatedTenants(int pageNumber23)
                                                 throws RemoteException,
                                                        TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
retrievePaginatedTenants22 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startretrievePaginatedTenants

void startretrievePaginatedTenants(int pageNumber23,
                                   TenantMgtAdminServiceCallbackHandler callback)
                                   throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
retrievePaginatedTenants22 -
Throws:
RemoteException

retrieveTenants

TenantInfoBean[] retrieveTenants()
                                 throws RemoteException,
                                        TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
retrieveTenants26 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startretrieveTenants

void startretrieveTenants(TenantMgtAdminServiceCallbackHandler callback)
                          throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
retrieveTenants26 -
Throws:
RemoteException

activateTenant

void activateTenant(String tenantDomain30)
                    throws RemoteException,
                           TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
activateTenant29 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startactivateTenant

void startactivateTenant(String tenantDomain30,
                         TenantMgtAdminServiceCallbackHandler callback)
                         throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
activateTenant29 -
Throws:
RemoteException

retrievePaginatedPartialSearchTenants

PaginatedTenantInfoBean retrievePaginatedPartialSearchTenants(String domain33,
                                                              int pageNumber34)
                                                              throws RemoteException,
                                                                     TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
retrievePaginatedPartialSearchTenants32 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startretrievePaginatedPartialSearchTenants

void startretrievePaginatedPartialSearchTenants(String domain33,
                                                int pageNumber34,
                                                TenantMgtAdminServiceCallbackHandler callback)
                                                throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
retrievePaginatedPartialSearchTenants32 -
Throws:
RemoteException

addTenant

String addTenant(TenantInfoBean tenantInfoBean38)
                 throws RemoteException,
                        TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
addTenant37 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startaddTenant

void startaddTenant(TenantInfoBean tenantInfoBean38,
                    TenantMgtAdminServiceCallbackHandler callback)
                    throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
addTenant37 -
Throws:
RemoteException

updateTenant

void updateTenant(TenantInfoBean tenantInfoBean42)
                  throws RemoteException,
                         TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
updateTenant41 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startupdateTenant

void startupdateTenant(TenantInfoBean tenantInfoBean42,
                       TenantMgtAdminServiceCallbackHandler callback)
                       throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
updateTenant41 -
Throws:
RemoteException

getTenant

TenantInfoBean getTenant(String tenantDomain45)
                         throws RemoteException,
                                TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
getTenant44 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startgetTenant

void startgetTenant(String tenantDomain45,
                    TenantMgtAdminServiceCallbackHandler callback)
                    throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getTenant44 -
Throws:
RemoteException

deactivateTenant

void deactivateTenant(String tenantDomain49)
                      throws RemoteException,
                             TenantMgtAdminServiceExceptionException
Auto generated method signature

Parameters:
deactivateTenant48 -
Throws:
TenantMgtAdminServiceExceptionException - :
RemoteException

startdeactivateTenant

void startdeactivateTenant(String tenantDomain49,
                           TenantMgtAdminServiceCallbackHandler callback)
                           throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
deactivateTenant48 -
Throws:
RemoteException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.