Interface AccountServiceFactory

  • All Known Implementing Classes:
    AccountServiceFactoryImpl

    public interface AccountServiceFactory
    Author:
    Andrew Woods Date: 4/7/11
    • Method Detail

      • getAccount

        AccountService getAccount​(org.duracloud.account.db.model.AccountInfo acctInfo)
        This method provides an AccountService for access to the arg acctInfo
        Parameters:
        acctInfo - of the expected AccountService
        Returns:
        AccountService