|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionMonitor
ConnectionMonitors record the activity of Connections for administration and use in determining runtime behavior.
Samples are the number of connection events and the rate is measured in connection events per second.
Method Summary | |
---|---|
void |
addSample(Connection conn)
Adds a connection sample to the monitor as soon as the connection is accepted. |
Methods inherited from interface com.jivesoftware.forum.net.Monitor |
---|
addSample, addSample, getFirstSampleDate, getFrameRate, getFrameSize, getFrameTotal, getFrameTotalTime, getLastSampleDate, getRate, getTotal, getTotalTime, setFrameSize |
Method Detail |
---|
void addSample(Connection conn)
Adds a connection sample to the monitor as soon as the connection is accepted.
conn
- the connection made.
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |