Package org.opennms.netmgt.alarmd.drools
Class MaxSeverityAccumulateFunction.MaxSeverity
- java.lang.Object
-
- org.opennms.netmgt.alarmd.drools.MaxSeverityAccumulateFunction.MaxSeverity
-
- All Implemented Interfaces:
Externalizable
,Serializable
- Enclosing class:
- MaxSeverityAccumulateFunction
protected static class MaxSeverityAccumulateFunction.MaxSeverity extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description OnmsSeverity
max
-
Constructor Summary
Constructors Constructor Description MaxSeverity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readExternal(ObjectInput in)
String
toString()
void
writeExternal(ObjectOutput out)
-
-
-
Field Detail
-
max
public OnmsSeverity max
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
-