SCS

scs.instrumentation
Class ContainerStats

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

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

scs/instrumentation/ContainerStats.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
 double avgCpuUsage
           
 java.lang.String containerName
           
 long cpuTime
           
 double cpuUsage
           
 long elapsedTime
           
 long memoryUsage
           
 
Constructor Summary
ContainerStats()
           
ContainerStats(java.lang.String _containerName, long _cpuTime, double _cpuUsage, double _avgCpuUsage, long _elapsedTime, long _memoryUsage)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

containerName

public java.lang.String containerName

cpuTime

public long cpuTime

cpuUsage

public double cpuUsage

avgCpuUsage

public double avgCpuUsage

elapsedTime

public long elapsedTime

memoryUsage

public long memoryUsage
Constructor Detail

ContainerStats

public ContainerStats()

ContainerStats

public ContainerStats(java.lang.String _containerName,
                      long _cpuTime,
                      double _cpuUsage,
                      double _avgCpuUsage,
                      long _elapsedTime,
                      long _memoryUsage)

SCS