|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Register | |
---|---|
uk.org.iscream.cms.server.client | |
uk.org.iscream.cms.server.client.monitors |
Uses of Register in uk.org.iscream.cms.server.client |
---|
Methods in uk.org.iscream.cms.server.client with parameters of type Register | |
---|---|
private void |
MonitorSkeleton.fireAlert(Register reg,
int lastAlert,
String source,
String currentValue,
String attributeName)
Fires an alert. |
protected void |
MonitorSkeleton.processAlert(int newThreshold,
String attributeName,
Register reg,
String source,
String currentValue)
Once a Monitor has determined which threshold the given data packet is at, it should then call this method. |
Uses of Register in uk.org.iscream.cms.server.client.monitors |
---|
Fields in uk.org.iscream.cms.server.client.monitors declared as Register | |
---|---|
private Register |
Heartbeat__Monitor.HeartbeatHolder._register
register ref |
Methods in uk.org.iscream.cms.server.client.monitors that return Register | |
---|---|
Register |
Heartbeat__Monitor.HeartbeatHolder.getRegister()
Get the Register |
Methods in uk.org.iscream.cms.server.client.monitors with parameters of type Register | |
---|---|
private int |
MailQ__Monitor.checkAttributeThreshold(double value,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
NetIO__Monitor.checkAttributeThreshold(double value,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
DiskIO__Monitor.checkAttributeThreshold(double value,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
Queue__Monitor.checkAttributeThreshold(double qSize,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
Disk__Monitor.checkAttributeThreshold(double value,
Register reg,
boolean negateCheck)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
Swap__Monitor.checkAttributeThreshold(double value,
Register reg,
boolean negateCheck)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
Memory__Monitor.checkAttributeThreshold(double value,
Register reg,
boolean negateCheck)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
Heartbeat__Monitor.checkAttributeThreshold(long timeSinceLastHB,
Register reg)
Checks whether the time since the last heartbeat is beyond the threshold(s). |
private int |
Paging__Monitor.checkAttributeThreshold(String attributeString,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
UserCount__Monitor.checkAttributeThreshold(String attributeString,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
Process__Monitor.checkAttributeThreshold(String attributeString,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
Load__Monitor.checkAttributeThreshold(String attributeString,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
private int |
CPU__Monitor.checkAttributeThreshold(String attributeString,
Register reg)
Checks a piece of current data, and returns the threshold it breaches, if any. |
Constructors in uk.org.iscream.cms.server.client.monitors with parameters of type Register | |
---|---|
Heartbeat__Monitor.HeartbeatHolder(Register register)
Construct a new HeartbeatHolder. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |