|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.runtime.CompoundValue
com.genesyslab.platform.reporting.protocol.statserver.Notification
public abstract class Notification
Constructor Summary | |
---|---|
Notification()
|
Method Summary | |
---|---|
static Notification |
create()
Creates instance of Notification with no parameters set. |
static Notification |
create(NotificationMode mode,
java.lang.Integer frequency,
java.lang.Integer insensitivity)
Creates instance of Notification with all parameters set. |
abstract java.lang.Integer |
getFrequency()
For time-based notification mode, this value specifies the notification frequency in seconds. |
abstract java.lang.Integer |
getInsensitivity()
For change-based notification mode, Stat Server only reports the recalculated value of a statistic if the absolute value of the difference between the previous value and the recalculated value or its percentage ratio to recalculated value is at least equal to the integer specified by insensitivity. |
abstract NotificationMode |
getMode()
Indicates the notification mode (Immediate, Periodical, NoNotification, or Reset) of a statistic. |
abstract void |
setFrequency(int frequency)
For time-based notification mode, this value specifies the notification frequency in seconds. |
abstract void |
setFrequency(java.lang.Integer frequency)
For time-based notification mode, this value specifies the notification frequency in seconds. |
abstract void |
setInsensitivity(int insensitivity)
For change-based notification mode, Stat Server only reports the recalculated value of a statistic if the absolute value of the difference between the previous value and the recalculated value or its percentage ratio to recalculated value is at least equal to the integer specified by insensitivity. |
abstract void |
setInsensitivity(java.lang.Integer insensitivity)
For change-based notification mode, Stat Server only reports the recalculated value of a statistic if the absolute value of the difference between the previous value and the recalculated value or its percentage ratio to recalculated value is at least equal to the integer specified by insensitivity. |
abstract void |
setMode(NotificationMode mode)
Indicates the notification mode (Immediate, Periodical, NoNotification, or Reset) of a statistic. |
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue |
---|
getProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Notification()
Method Detail |
---|
public static Notification create()
public static Notification create(NotificationMode mode, java.lang.Integer frequency, java.lang.Integer insensitivity)
mode
- Modefrequency
- Frequencyinsensitivity
- Insensitivity
public abstract NotificationMode getMode()
public abstract void setMode(NotificationMode mode)
public abstract java.lang.Integer getFrequency()
public abstract void setFrequency(java.lang.Integer frequency)
public abstract void setFrequency(int frequency)
public abstract java.lang.Integer getInsensitivity()
public abstract void setInsensitivity(java.lang.Integer insensitivity)
public abstract void setInsensitivity(int insensitivity)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |