org.apache.cocoon.profiling.data
Class InstanceRepresentation
java.lang.Object
org.apache.cocoon.profiling.data.InstanceRepresentation
- All Implemented Interfaces:
- Serializable
public class InstanceRepresentation
- extends Object
- implements Serializable
A data class to store the necessary information used for profiling of an object instance.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceRepresentation
public InstanceRepresentation(Object o)
getRepresentedClass
public Class<?> getRepresentedClass()
getStringRepresentation
public String getStringRepresentation()
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.