Class ConfigXMLReader.Event

java.lang.Object
org.apache.ofbiz.webapp.control.ConfigXMLReader.Event
Enclosing class:
ConfigXMLReader

public static class ConfigXMLReader.Event extends Object
  • Constructor Details

    • Event

      public Event(Element eventElement)
      Instantiates a new Event.
      Parameters:
      eventElement - the event element
    • Event

      public Event(String type, String path, String invoke, boolean globalTransaction)
      Instantiates a new Event.
      Parameters:
      type - the type
      path - the path
      invoke - the invoke
      globalTransaction - the global transaction
  • Method Details

    • getMetrics

      public Metrics getMetrics()
      Gets metrics.
      Returns:
      the metrics
    • isGlobalTransaction

      public boolean isGlobalTransaction()
      Is global transaction boolean.
      Returns:
      the boolean
    • getTransactionTimeout

      public int getTransactionTimeout()
      Gets transaction timeout.
      Returns:
      the transaction timeout
    • getType

      public String getType()
      Gets type.
      Returns:
      the type
    • getPath

      public String getPath()
      Gets path.
      Returns:
      the path
    • getInvoke

      public String getInvoke()
      Gets invoke.
      Returns:
      the invoke