org.objectweb.carol.util.perfs
Class CarolJRMPPerformanceHelper
java.lang.Object
org.objectweb.carol.util.perfs.CarolJRMPPerformanceHelper
public class CarolJRMPPerformanceHelper
extends java.lang.Object
Class CarolJRMPPerformanceHelper
Provide an Helper for perfs
mesures
Version:
- Simon Nieuviarts
getClassAnnotation
public static String getClassAnnotation(Class cl)
getClassString
public static String getClassString(Class cl)
getMarshalBytes
public static String getMarshalBytes(Object obj)
See a marshalled object
obj
- the object to marchal
- a visible format of the marshalled object
getMarshalSize
public static int getMarshalSize(Object obj)
See the size of a Marchalled object
obj
- the Object to marchal
- the size of this Marchalled object