|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsysteminformationmonitor.system.object.TCPStatObject
public class TCPStatObject
Messenger Object for TCP stats.
| Constructor Summary | |
|---|---|
TCPStatObject()
|
|
| Method Summary | |
|---|---|
long |
getActiveOpens()
Getter method for the number of active open connections |
long |
getAttemptFails()
Getter method for failed connection attempts. |
long |
getCurrentEstab()
Getter method for connection established. |
long |
getEstabResets()
Getter method for the number of connection resets received |
long |
getInErrs()
Getter method for bad segments received. |
long |
getInSegs()
|
long |
getOutRsts()
|
long |
getOutSegs()
|
long |
getPassiveOpens()
|
long |
getRetransSegs()
|
void |
setActiveOpens(long activeOpens)
Setter method for number of active open connections |
void |
setAttemptFails(long attemptFails)
Setter method for failed connection attempts. |
void |
setCurrentEstab(long currentEstab)
Setter method for connection established. |
void |
setEstabResets(long EstabResets)
Setter method for the number of connection resets received |
void |
setInErrs(long inErrs)
Setter method for number of bad segments received. |
void |
setInSegs(long inSegs)
|
void |
setOutRsts(long outRsts)
|
void |
setOutSegs(long outSegs)
|
void |
setPassiveOpens(long passiveOpens)
|
void |
setRetransSegs(long retransSegs)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCPStatObject()
| Method Detail |
|---|
public long getEstabResets()
public void setEstabResets(long EstabResets)
EstabResets - the number of connect resets recievedpublic long getActiveOpens()
public void setActiveOpens(long activeOpens)
activeOpens - public long getAttemptFails()
public void setAttemptFails(long attemptFails)
attemptFails - the number of failed connection attemptspublic long getCurrentEstab()
public void setCurrentEstab(long currentEstab)
currentEstab - the number of connection established.public long getInErrs()
public void setInErrs(long inErrs)
inErrs - number of bad segments receivedpublic long getInSegs()
public void setInSegs(long inSegs)
public long getOutRsts()
public void setOutRsts(long outRsts)
public long getOutSegs()
public void setOutSegs(long outSegs)
public long getPassiveOpens()
public void setPassiveOpens(long passiveOpens)
public long getRetransSegs()
public void setRetransSegs(long retransSegs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||