Class ActiondConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    public class ActiondConfiguration
    extends java.lang.Object
    implements java.io.Serializable
    Top-level element for the actiond-configuration.xml configuration file.
    See Also:
    Serialized Form
    • Constructor Detail

      • ActiondConfiguration

        public ActiondConfiguration()
      • ActiondConfiguration

        public ActiondConfiguration​(java.lang.Integer maxOutstandingActions,
                                    java.lang.Long maxProcessTime)
    • Method Detail

      • getMaxOutstandingActions

        public java.lang.Integer getMaxOutstandingActions()
      • setMaxOutstandingActions

        public void setMaxOutstandingActions​(java.lang.Integer maxOutstandingActions)
      • getMaxProcessTime

        public java.lang.Long getMaxProcessTime()
      • setMaxProcessTime

        public void setMaxProcessTime​(java.lang.Long maxProcessTime)
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object