Interface TenantUtil.TenantRunAsWork<Result>

  • Enclosing class:
    TenantUtil

    public static interface TenantUtil.TenantRunAsWork<Result>
    • Method Detail

      • doWork

        Result doWork()
               throws java.lang.Exception
        Method containing the work to be done
        Returns:
        Return the result of the operation
        Throws:
        java.lang.Exception