public class IncludeExcludeConnectionStatistics extends ConnectionStatistics
| Modifier and Type | Class and Description |
|---|---|
static class |
IncludeExcludeConnectionStatistics.ConnectionSet |
AbstractLifeCycle.AbstractLifeCycleListenerConnection.Listener.AdapterDumpable.DumpableContainerLifeCycle.Listener| Constructor and Description |
|---|
IncludeExcludeConnectionStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
exclude(java.lang.Class<? extends Connection> clazz) |
void |
exclude(java.lang.String className) |
void |
include(java.lang.Class<? extends Connection> clazz) |
void |
include(java.lang.String className) |
void |
onClosed(Connection connection) |
void |
onOpened(Connection connection) |
doStart, dump, dump, getConnectionDurationMax, getConnectionDurationMean, getConnectionDurationStdDev, getConnections, getConnectionsMax, getConnectionsTotal, getReceivedBytes, getReceivedBytesRate, getReceivedMessages, getReceivedMessagesRate, getSentBytes, getSentBytesRate, getSentMessages, getSentMessagesRate, reset, toStringaddLifeCycleListener, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdump, dumpContainer, dumpIterable, dumpMapEntries, dumpObject, dumpObjects, dumpSelf, namedpublic void include(java.lang.String className)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic void include(java.lang.Class<? extends Connection> clazz)
public void exclude(java.lang.String className)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic void exclude(java.lang.Class<? extends Connection> clazz)
public void onOpened(Connection connection)
onOpened in interface Connection.ListeneronOpened in class ConnectionStatisticspublic void onClosed(Connection connection)
onClosed in interface Connection.ListeneronClosed in class ConnectionStatisticsCopyright © 1995–2021 Webtide. All rights reserved.