Class ConcurrencyInterview

    • Field Detail

      • maxValue

        protected int maxValue
    • Constructor Detail

      • ConcurrencyInterview

        public ConcurrencyInterview​(Interview parent)
                             throws Interview.Fault
        Create an interview.
        Parameters:
        parent - The parent interview of which this is a child.
        Throws:
        Interview.Fault - if there is a problem while creating the interview.
      • ConcurrencyInterview

        public ConcurrencyInterview​(Interview parent,
                                    int max)
                             throws Interview.Fault
        Create an interview.
        Parameters:
        parent - The parent interview of which this is a child.
        max - The maximum value for concurrency which should be accepted. Should be a value between 1 and the maximum possible positive value.
        Throws:
        Interview.Fault - if there is a problem while creating the interview.