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.SerializableTop-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 booleanequals(java.lang.Object obj)java.lang.IntegergetMaxOutstandingActions()java.lang.LonggetMaxProcessTime()inthashCode()voidsetMaxOutstandingActions(java.lang.Integer maxOutstandingActions)voidsetMaxProcessTime(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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-