Class ActiondConfiguration
- java.lang.Object
-
- org.opennms.netmgt.config.actiond.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 Summary
Constructors Constructor Description ActiondConfiguration()
ActiondConfiguration(java.lang.Integer maxOutstandingActions, java.lang.Long maxProcessTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.Integer
getMaxOutstandingActions()
java.lang.Long
getMaxProcessTime()
int
hashCode()
void
setMaxOutstandingActions(java.lang.Integer maxOutstandingActions)
void
setMaxProcessTime(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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-