|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.eventd.db.AutoAction
This is an utility class used to format the event autoaction info - to be inserted into the 'events' table
Constructor Summary | |
AutoAction()
|
Method Summary | |
static java.lang.String |
format(Autoaction autoact)
Format each autoaction entry |
static java.lang.String |
format(Autoaction[] autoacts,
int sz)
Format the list of autoaction entries of the event |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AutoAction()
Method Detail |
public static java.lang.String format(Autoaction autoact)
autoact
- the entry
public static java.lang.String format(Autoaction[] autoacts, int sz)
autoacts
- the listsz
- the size to which the formatted string is to be limited
to(usually the size of the column in the database)
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |