org.kth.dks.util
Class CommunicationInfo
java.lang.Object
org.kth.dks.util.CommunicationInfo
public class CommunicationInfo
- extends java.lang.Object
|
Constructor Summary |
CommunicationInfo(int br,
int mr,
int bs,
int md,
int mu,
int mf,
int c,
int tc)
|
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
bytesReceived
public int bytesReceived
msgsReceived
public int msgsReceived
bytesSent
public int bytesSent
msgsDelivered
public int msgsDelivered
msgsUnacked
public int msgsUnacked
msgsFailed
public int msgsFailed
establishedConnections
public int establishedConnections
totalConnections
public int totalConnections
CommunicationInfo
public CommunicationInfo(int br,
int mr,
int bs,
int md,
int mu,
int mf,
int c,
int tc)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.