Class ConfigXMLReader.Event

  • Enclosing class:
    ConfigXMLReader

    public static class ConfigXMLReader.Event
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(java.lang.String type, java.lang.String path, java.lang.String invoke, boolean globalTransaction)  
      Event​(org.w3c.dom.Element eventElement)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public java.lang.String type
      • path

        public java.lang.String path
      • invoke

        public java.lang.String invoke
      • globalTransaction

        public boolean globalTransaction
      • transactionTimeout

        public int transactionTimeout
    • Constructor Detail

      • Event

        public Event​(org.w3c.dom.Element eventElement)
      • Event

        public Event​(java.lang.String type,
                     java.lang.String path,
                     java.lang.String invoke,
                     boolean globalTransaction)