org.kth.dks.util
Class CommunicationInfo

java.lang.Object
  extended by org.kth.dks.util.CommunicationInfo

public class CommunicationInfo
extends java.lang.Object


Field Summary
 int bytesReceived
           
 int bytesSent
           
 int establishedConnections
           
 int msgsDelivered
           
 int msgsFailed
           
 int msgsReceived
           
 int msgsUnacked
           
 int totalConnections
           
 
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
 

Field Detail

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
Constructor Detail

CommunicationInfo

public CommunicationInfo(int br,
                         int mr,
                         int bs,
                         int md,
                         int mu,
                         int mf,
                         int c,
                         int tc)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.