This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.profiling.data
Class InstanceRepresentation
java.lang.Object
   org.apache.cocoon.profiling.data.InstanceRepresentation
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.