|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.events.Parameter
public final class Parameter
This is an utility class used to format the event parameters - to be inserted into the 'events' table
| Constructor Summary | |
|---|---|
Parameter()
|
|
| Method Summary | |
|---|---|
static List<Parm> |
decode(String eventparms)
decode |
static String |
format(Event event)
Format the list of event parameters |
static String |
format(Parm parm)
Format each parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
public static String format(Event event)
event - TODO
public static String format(Parm parm)
parm - the parameter
public static List<Parm> decode(String eventparms)
decode
eventparms - an event parm string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||