public class MonitoringTriggerUtil
extends java.lang.Object
Constructor and Description |
---|
MonitoringTriggerUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
register(MonitoringTrigger monTrigger)
Register a new monitoring type.
|
public static void register(MonitoringTrigger monTrigger) throws java.lang.Exception
monTrigger
- The new type along with its applicable parameters.java.lang.Exception
- if any thing is not unique, an exception is thrown.