public class ConnectorStatsCollectorBean extends AbstractStatsCollectorBean
| Constructor and Description |
|---|
ConnectorStatsCollectorBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect()
Collect.
|
ContainerListenerBean |
getListenerBean()
Gets the listener bean.
|
void |
reset()
Reset.
|
void |
reset(String connectorName)
Reset.
|
void |
setListenerBean(ContainerListenerBean listenerBean)
Sets the listener bean.
|
void |
setMaxSeries(long period,
long span)
Sets the max series expression.
|
buildAbsoluteStats, buildAbsoluteStats, buildDeltaStats, buildDeltaStats, buildTimePercentageStats, getListeners, getMaxSeries, getStatsCollection, resetStats, setListeners, setMaxSeries, setStatsCollectionpublic ContainerListenerBean getListenerBean()
public void setListenerBean(ContainerListenerBean listenerBean)
listenerBean - the new listener beanpublic void collect()
throws Exception
AbstractStatsCollectorBeancollect in class AbstractStatsCollectorBeanException - the exceptionpublic void reset(String connectorName)
connectorName - the connector namepublic void setMaxSeries(@Value(value="${psiprobe.beans.stats.collectors.connector.period}")
long period,
@Value(value="${psiprobe.beans.stats.collectors.connector.span}")
long span)
period - the periodspan - the spanCopyright © 2009–2020 psi-probe. All rights reserved.