org.apache.cocoon.profiling.data
Class InstanceRepresentation

java.lang.Object
  extended by 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

Constructor Summary
InstanceRepresentation(Object o)
           
 
Method Summary
 Class<?> getRepresentedClass()
           
 String getStringRepresentation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceRepresentation

public InstanceRepresentation(Object o)
Method Detail

getRepresentedClass

public Class<?> getRepresentedClass()

getStringRepresentation

public String getStringRepresentation()


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.