org.apache.stratos.tenant.register.stub
Interface TenantMgtService

All Known Implementing Classes:
TenantMgtServiceStub

public interface TenantMgtService


Method Summary
 boolean checkDomainAvailability(String domainName14)
          Auto generated method signature
 CaptchaInfoBean generateRandomCaptcha()
          Auto generated method signature
 String registerTenant(TenantInfoBean tenantInfoBean4, CaptchaInfoBean captchaInfoBean5)
          Auto generated method signature
 void startcheckDomainAvailability(String domainName14, TenantMgtServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startgenerateRandomCaptcha(TenantMgtServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startregisterTenant(TenantInfoBean tenantInfoBean4, CaptchaInfoBean captchaInfoBean5, TenantMgtServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startvalidateOrSuggestDomain(String domain9, String successKey10, TenantMgtServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 String validateOrSuggestDomain(String domain9, String successKey10)
          Auto generated method signature
 

Method Detail

registerTenant

String registerTenant(TenantInfoBean tenantInfoBean4,
                      CaptchaInfoBean captchaInfoBean5)
                      throws RemoteException,
                             RegisterTenantExceptionException
Auto generated method signature

Parameters:
registerTenant3 -
Throws:
RegisterTenantExceptionException - :
RemoteException

startregisterTenant

void startregisterTenant(TenantInfoBean tenantInfoBean4,
                         CaptchaInfoBean captchaInfoBean5,
                         TenantMgtServiceCallbackHandler callback)
                         throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
registerTenant3 -
Throws:
RemoteException

validateOrSuggestDomain

String validateOrSuggestDomain(String domain9,
                               String successKey10)
                               throws RemoteException,
                                      ValidateOrSuggestDomainExceptionException
Auto generated method signature

Parameters:
validateOrSuggestDomain8 -
Throws:
ValidateOrSuggestDomainExceptionException - :
RemoteException

startvalidateOrSuggestDomain

void startvalidateOrSuggestDomain(String domain9,
                                  String successKey10,
                                  TenantMgtServiceCallbackHandler callback)
                                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
validateOrSuggestDomain8 -
Throws:
RemoteException

checkDomainAvailability

boolean checkDomainAvailability(String domainName14)
                                throws RemoteException,
                                       CheckDomainAvailabilityExceptionException
Auto generated method signature

Parameters:
checkDomainAvailability13 -
Throws:
CheckDomainAvailabilityExceptionException - :
RemoteException

startcheckDomainAvailability

void startcheckDomainAvailability(String domainName14,
                                  TenantMgtServiceCallbackHandler callback)
                                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
checkDomainAvailability13 -
Throws:
RemoteException

generateRandomCaptcha

CaptchaInfoBean generateRandomCaptcha()
                                      throws RemoteException,
                                             GenerateRandomCaptchaExceptionException
Auto generated method signature

Parameters:
generateRandomCaptcha17 -
Throws:
GenerateRandomCaptchaExceptionException - :
RemoteException

startgenerateRandomCaptcha

void startgenerateRandomCaptcha(TenantMgtServiceCallbackHandler callback)
                                throws RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
generateRandomCaptcha17 -
Throws:
RemoteException


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