All Implemented Interfaces:
Freezable<Node>

public class Procedure extends Element
Procedures are step-by-step instructions on how to carry out a specific type of task. Procedure objects are short-lived, within the scope of a single request and, consequently, a single thread. They do not need to be thread safe.
  • Constructor Details

    • Procedure

      public Procedure()
  • Method Details