Package org.opennms.netmgt.dao.util
Class Forward
- java.lang.Object
-
- org.opennms.netmgt.dao.util.Forward
-
public abstract class Forward extends Object
This is an utility class used to format the event forward info - to be inserted into the 'events' table- Version:
- $Id: $
- Author:
- Brian Weaver , OpenNMS , Brian Weaver , OpenNMS
-
-
Constructor Summary
Constructors Constructor Description Forward()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
format(Forward fwd)
Format each forward entrystatic String
format(Forward[] forwards, int sz)
Format the array of forward entries of the event
-