|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraccoon.tibco.tibrv.hoststatus.data.TransportStat
public class TransportStat
Statistical information related to a Rendezvous transport.
A Rendezvous transport is defined by:
Constructor Summary | |
---|---|
TransportStat()
|
Method Summary | |
---|---|
double |
getAvgByteIn()
|
double |
getAvgByteOut()
|
double |
getAvgMsgIn()
|
double |
getAvgMsgOut()
|
double |
getAvgTime()
|
java.lang.String |
getHostAddr()
The I.P. |
long |
getLostPackets()
|
long |
getMissedPackets()
|
long |
getReceivedPackets()
|
long |
getSentPackets()
|
java.lang.String |
getStatDateAsString()
Generates the date in the form of a String. |
long |
getTime()
|
void |
setAvgByteIn(double pAvgByteIn)
Defines the number of bytes received during the measurement time. |
void |
setAvgByteOut(double pAvgByteOut)
Defines the number of bytes sent during the measurement time. |
void |
setAvgMsgIn(double pAvgMsgIn)
Defines the average inbound message rate. |
void |
setAvgMsgOut(double pAvgMsgOut)
Defines the average outbound message rate. |
void |
setAvgTime(double pAvgTime)
Defines the time over which the information was gathered. |
void |
setHostAddr(java.lang.String pHostAddr)
Defines the ip address of the host |
void |
setLostPackets(long pLostPackets)
Defines the number of packets lost. |
void |
setMissedPackets(long pMissedPackets)
Defines the number of packets missed |
void |
setReceivedPackets(long pReceivedPackets)
Defines the number of packets received. |
void |
setSentPackets(long pSentPackets)
Defines the number of packets of sent. |
void |
setTime(long pTime)
Defines the time at which the information was gathered. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransportStat()
Method Detail |
---|
public java.lang.String getHostAddr()
public void setHostAddr(java.lang.String pHostAddr)
pHostAddr
- the ip address.public void setAvgMsgIn(double pAvgMsgIn)
pAvgMsgIn
- the number of inbound messages per secondpublic void setAvgMsgOut(double pAvgMsgOut)
pAvgMsgOut
- the number of outbound messages per secondpublic void setAvgTime(double pAvgTime)
pAvgTime
- the time, in seconds, over which the information was gathered.public void setTime(long pTime)
pTime
- the, in milliseconds at which was gathered.public void setAvgByteIn(double pAvgByteIn)
pAvgByteIn
- the number of bytes received.public void setAvgByteOut(double pAvgByteOut)
pAvgByteOut
- the number of bytes sentpublic void setSentPackets(long pSentPackets)
pSentPackets
- the number of packets.public void setReceivedPackets(long pReceivedPackets)
pReceivedPackets
- the number of packets received.public void setLostPackets(long pLostPackets)
pLostPackets
- the number of packets lost.public void setMissedPackets(long pMissedPackets)
pMissedPackets
- the number of missed packets.public double getAvgTime()
public long getTime()
public double getAvgMsgIn()
public double getAvgMsgOut()
public double getAvgByteIn()
public double getAvgByteOut()
public long getSentPackets()
public long getReceivedPackets()
public long getLostPackets()
public long getMissedPackets()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getStatDateAsString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |