com.jrockit.memleak
Interface IRelationshipInfo

All Known Implementing Classes:
RelationshipInfo

public interface IRelationshipInfo

Represents a relation from one object to an object graph.


Field Summary
static IRelationshipInfo[] EMPTY_ARRAY
          An empty IRelationshipInfo array.
 
Method Summary
 IObjectInfo getFromInfo()
           
 long getKeepAliveSizeOf()
           
 

Field Detail

EMPTY_ARRAY

static final IRelationshipInfo[] EMPTY_ARRAY
An empty IRelationshipInfo array.

Method Detail

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.