|
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.OperatorAction
This is an utility class used to format the event operator actions info - to be inserted into the 'events' table. This class only uses the operator action and operator state information - the operator menu goes into a separate database field
Constructor Summary | |
OperatorAction()
|
Method Summary | |
static java.lang.String |
format(java.util.List opacts,
int sz)
Format the list of operator action entries of the event |
static java.lang.String |
format(Operaction opact)
Format each operator action entry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OperatorAction()
Method Detail |
public static java.lang.String format(Operaction opact)
opact
- the entry
public static java.lang.String format(java.util.List opacts, int sz)
opacts
- 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 |