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 OnmsSeveritymax 
- 
Constructor Summary
Constructors Constructor Description MaxSeverity() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out) 
 - 
 
- 
- 
Field Detail
- 
max
public OnmsSeverity max
 
 - 
 
- 
Method Detail
- 
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
 readExternalin interfaceExternalizable- Throws:
 IOExceptionClassNotFoundException
 
- 
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
 writeExternalin interfaceExternalizable- Throws:
 IOException
 
 - 
 
 -