|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInstanceReferrers
Holds information about which instances that point to a certain object.
Field Summary | |
---|---|
static IInstanceReferrers[] |
EMPTY_ARRAY
An empty IInstanceReferrers array. |
Method Summary | |
---|---|
int |
getGlobalHandles()
Returns the number of global handles that refer to this instance. |
IObjectInfo[] |
getInstances()
Returns info about objects that refer to the instance. |
IStaticField[] |
getStaticFields()
Returns an array of names of all classes which have static fields that refer to this instance |
IObjectInfo |
getTargetObjectInfo()
Returns the object ID of the referree. |
IThreadRoot[] |
getThreadRoots()
Returns the threadroots that refer to this instance. |
Field Detail |
---|
static final IInstanceReferrers[] EMPTY_ARRAY
IInstanceReferrers
array.
Method Detail |
---|
IObjectInfo getTargetObjectInfo()
IObjectInfo[] getInstances()
IStaticField[] getStaticFields()
IThreadRoot[] getThreadRoots()
int getGlobalHandles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |