|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.monitorenter.reflection.ObjectRecorder.ObjectInspection
public final class ObjectRecorder.ObjectInspection
Data container for the inspection of the internal intance.
Field Summary | |
---|---|
protected long |
m_time
Timestamp of the inspection. |
Method Summary | |
---|---|
Object |
get(int index)
Get the value for the attribute at the given index. |
long |
getTime()
Returns the timestamp in ms of this inspection. |
protected void |
remove(Object value)
Removes the inspected value from this inspection. |
String |
toString()
Returns a pretty print of this inspection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected long m_time
Method Detail |
---|
public Object get(int index)
index
- the index of the inspected value according to the order it was
found on the instance by Class.getDeclaredFields()
.
public long getTime()
protected void remove(Object value)
The value is identified by means of
Object.equals(java.lang.Object)
.
value
- the inspected value from this inspection.public String toString()
toString
in class Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |