Class AGRequest2

  • All Implemented Interfaces:
    Request

    public class AGRequest2
    extends AGRequest
    This has the lifetime in it directly, since the grant request is done before the transaction can exist. Hence it cannot have a dependency on the transaction.

    Created by Jeff Gaynor
    on 12/1/20 at 10:04 AM

    • Constructor Detail

      • AGRequest2

        public AGRequest2​(javax.servlet.http.HttpServletRequest request,
                          long lifetime)
    • Method Detail

      • getLifetime

        public long getLifetime()
      • setLifetime

        public void setLifetime​(long lifetime)