Class RequestOperationContextHolder.ContextRequest

  • Enclosing class:
    RequestOperationContextHolder

    public static class RequestOperationContextHolder.ContextRequest
    extends java.lang.Object
    An object representing a request for scope context.

    Whenever a new operation is about to be lunched, a new request for context is being created (or current one is being attached to existing one). Then it should be used to attach particular operation to scope context.

    • Constructor Detail

      • ContextRequest

        public ContextRequest()
    • Method Detail

      • registerNewContextRequest

        protected void registerNewContextRequest()
      • requestSatisfied

        protected void requestSatisfied()
      • isFullySatisfied

        public boolean isFullySatisfied()
      • getRequestRootThread

        public java.lang.Thread getRequestRootThread()
      • getId

        public java.lang.Object getId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object