public static enum BizParamConfigMBean.ValidThresholdBreachNotificationMode extends java.lang.Enum<BizParamConfigMBean.ValidThresholdBreachNotificationMode>
Enum Constant and Description |
---|
ON_TERMINATE
Breach notification if any, is generated only at the end of the session.
|
ONGOING
Breach notifications will be generated throughout the session, as and when the thresholds are breached.
|
Modifier and Type | Method and Description |
---|---|
static BizParamConfigMBean.ValidThresholdBreachNotificationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BizParamConfigMBean.ValidThresholdBreachNotificationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BizParamConfigMBean.ValidThresholdBreachNotificationMode ONGOING
public static final BizParamConfigMBean.ValidThresholdBreachNotificationMode ON_TERMINATE
public static BizParamConfigMBean.ValidThresholdBreachNotificationMode[] values()
for (BizParamConfigMBean.ValidThresholdBreachNotificationMode c : BizParamConfigMBean.ValidThresholdBreachNotificationMode.values()) System.out.println(c);
public static BizParamConfigMBean.ValidThresholdBreachNotificationMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null