Uses of Interface
com.jrockit.memleak.IRelationshipInfo

Packages that use IRelationshipInfo
com.jrockit.memleak Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine 
com.jrockit.memleak.mlp   
com.jrockit.memleak.util   
com.jrockit.memleak.value   
 

Uses of IRelationshipInfo in com.jrockit.memleak
 

Fields in com.jrockit.memleak declared as IRelationshipInfo
static IRelationshipInfo[] IRelationshipInfo.EMPTY_ARRAY
          An empty IRelationshipInfo array.
 

Methods in com.jrockit.memleak that return IRelationshipInfo
 IRelationshipInfo IMemleakValueFactory.createRelationshipInfo(IObjectInfo fromInfo, long keepalive_size)
          Create IRelationshipInfo value object.
 

Methods in com.jrockit.memleak that return types with arguments of type IRelationshipInfo
 ITruncatable<IRelationshipInfo> IMemLeak.getInstanceRelationships(ITypeSpecifier fromType, ITypeSpecifier toType, int maxRelations, long stopAt, int maxMillis)
          Get all instances of fromType that points to instances of toType.
 ITruncatable<IRelationshipInfo> IMemLeak.getInstanceRelationships(java.lang.String fromType, java.lang.String toType, int maxRelations, long stopAt, int maxMillis)
          Get all instances of fromType that points to instances of toType.
 

Uses of IRelationshipInfo in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return IRelationshipInfo
protected  IRelationshipInfo[] MemLeakR28.GetInstanceRelationshipsR28.parseResponse(java.io.DataInputStream dis)
           
 

Methods in com.jrockit.memleak.mlp that return types with arguments of type IRelationshipInfo
 ITruncatable<IRelationshipInfo> MemLeakR28.getInstanceRelationships(ITypeSpecifier fromType, ITypeSpecifier toType, int maxRelations, long stopAt, int maxMillis)
           
 ITruncatable<IRelationshipInfo> MemLeakR26.getInstanceRelationships(ITypeSpecifier fromType, ITypeSpecifier toType, int maxRelations, long stopAt, int maxMillis)
           
protected  ITruncatable<IRelationshipInfo> MemLeakR26.parseInstanceRelationsships(java.io.DataInputStream dis, ITypeSpecifier fromType)
           
 

Uses of IRelationshipInfo in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IRelationshipInfo
 IRelationshipInfo DelegatingValueFactory.createRelationshipInfo(IObjectInfo fromInfo, long keepalive_size)
           
 

Methods in com.jrockit.memleak.util that return types with arguments of type IRelationshipInfo
 ITruncatable<IRelationshipInfo> MemLeakAdapter.getInstanceRelationships(ITypeSpecifier fromType, ITypeSpecifier toType, int maxRelations, long stopAt, int maxMillis)
           
 ITruncatable<IRelationshipInfo> MemLeakAdapter.getInstanceRelationships(java.lang.String fromType, java.lang.String toType, int maxRelations, long stopAt, int maxMillis)
           
 

Uses of IRelationshipInfo in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IRelationshipInfo
 class RelationshipInfo
          Represents a relation from one object to an object graph.
 

Methods in com.jrockit.memleak.value that return IRelationshipInfo
 IRelationshipInfo ValueFactory.createRelationshipInfo(IObjectInfo fromInfo, long keepalive_size)
           
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.