com.jrockit.memleak
Interface IRelationshipInfo
- All Known Implementing Classes:
- RelationshipInfo
public interface IRelationshipInfo
Represents a relation from one object to an object graph.
EMPTY_ARRAY
static final IRelationshipInfo[] EMPTY_ARRAY
- An empty
IRelationshipInfo
array.
getFromInfo
IObjectInfo getFromInfo()
- Returns:
- the id of the from object
getKeepAliveSizeOf
long getKeepAliveSizeOf()
- Returns:
- keepAliveSizeOf for the to object
Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.