SSF.OS.TCP
Class MasterInstr
java.lang.Object
|
+--SSF.OS.TCP.MasterInstr
- public class MasterInstr
- extends java.lang.Object
Second instrumentation class recording the number of active connections
and timeout events.
|
Method Summary |
void |
takeSnapshot(float time,
int evtType)
record the number of active connections and timeout event |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVT_TIMEOUT
public static final int EVT_TIMEOUT
- event type
- See Also:
- Constant Field Values
EVT_COUNTCONNS
public static final int EVT_COUNTCONNS
- See Also:
- Constant Field Values
MasterInstr
public MasterInstr(tcpSessionMaster tcp,
java.io.PrintWriter conns,
java.io.PrintWriter rto)
- Constructors
takeSnapshot
public void takeSnapshot(float time,
int evtType)
- record the number of active connections and timeout event