SCS

scs.instrumentation
Class SystemNetworkStats

java.lang.Object
  extended by scs.instrumentation.SystemNetworkStats
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class SystemNetworkStats
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

scs/instrumentation/SystemNetworkStats.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/scs.instrumentation.idl Friday, October 3, 2008 9:13:52 AM BRT

See Also:
Serialized Form

Field Summary
 long bytesReceived
           
 long bytesTransmitted
           
 
Constructor Summary
SystemNetworkStats()
           
SystemNetworkStats(long _bytesReceived, long _bytesTransmitted)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytesReceived

public long bytesReceived

bytesTransmitted

public long bytesTransmitted
Constructor Detail

SystemNetworkStats

public SystemNetworkStats()

SystemNetworkStats

public SystemNetworkStats(long _bytesReceived,
                          long _bytesTransmitted)

SCS