| Package | Description |
|---|---|
| psiprobe.beans.stats.listeners |
Psi-Probe Beans Stats Listeners Package.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractFlapListener.aboveThresholdFlappingStopped(StatsCollectionEvent sce)
Above threshold flapping stopped.
|
protected void |
MemoryPoolMailingListener.aboveThresholdFlappingStopped(StatsCollectionEvent sce) |
protected abstract void |
AbstractFlapListener.aboveThresholdNotFlapping(StatsCollectionEvent sce)
Above threshold not flapping.
|
protected void |
MemoryPoolMailingListener.aboveThresholdNotFlapping(StatsCollectionEvent sce) |
protected abstract void |
AbstractFlapListener.belowThresholdFlappingStopped(StatsCollectionEvent sce)
Below threshold flapping stopped.
|
protected void |
MemoryPoolMailingListener.belowThresholdFlappingStopped(StatsCollectionEvent sce) |
protected abstract void |
AbstractFlapListener.belowThresholdNotFlapping(StatsCollectionEvent sce)
Below threshold not flapping.
|
protected void |
MemoryPoolMailingListener.belowThresholdNotFlapping(StatsCollectionEvent sce) |
protected void |
AbstractFlapListener.crossedAboveThreshold(StatsCollectionEvent sce) |
protected abstract void |
AbstractThresholdListener.crossedAboveThreshold(StatsCollectionEvent sce)
Crossed above threshold.
|
protected void |
AbstractFlapListener.crossedBelowThreshold(StatsCollectionEvent sce) |
protected abstract void |
AbstractThresholdListener.crossedBelowThreshold(StatsCollectionEvent sce)
Crossed below threshold.
|
protected abstract void |
AbstractFlapListener.flappingStarted(StatsCollectionEvent sce)
Flapping started.
|
protected void |
MemoryPoolMailingListener.flappingStarted(StatsCollectionEvent sce) |
protected boolean |
AbstractThresholdListener.isPreviousValueAboveThreshold(StatsCollectionEvent sce)
Checks if is previous value above threshold.
|
protected boolean |
AbstractThresholdListener.isValueAboveThreshold(StatsCollectionEvent sce)
Checks if is value above threshold.
|
protected void |
AbstractFlapListener.remainedAboveThreshold(StatsCollectionEvent sce) |
protected abstract void |
AbstractThresholdListener.remainedAboveThreshold(StatsCollectionEvent sce)
Remained above threshold.
|
protected void |
AbstractFlapListener.remainedBelowThreshold(StatsCollectionEvent sce) |
protected abstract void |
AbstractThresholdListener.remainedBelowThreshold(StatsCollectionEvent sce)
Remained below threshold.
|
protected void |
MemoryPoolMailingListener.sendMail(StatsCollectionEvent sce,
String message,
boolean flappingStop)
Send mail.
|
void |
AbstractThresholdListener.statsCollected(StatsCollectionEvent sce) |
void |
StatsCollectionListener.statsCollected(StatsCollectionEvent sce)
Stats collected.
|
protected void |
AbstractFlapListener.statsCollected(StatsCollectionEvent sce,
boolean crossedThreshold,
boolean above)
Stats collected.
|
Copyright © 2009–2020 psi-probe. All rights reserved.