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