|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationException | |
---|---|
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 |
Uses of OperationException in com.jrockit.memleak |
---|
Subclasses of OperationException in com.jrockit.memleak | |
---|---|
class |
TimedOutException
No results could be found within the given time. |
class |
TooComplexException
No results could be found within given complexity limits. |
Methods in com.jrockit.memleak that throw OperationException | |
---|---|
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 . |
ITruncatable<IInstanceReferrers> |
IMemLeak.getPathPointingTo(IObjectSpecifier objectSpec,
int maxDepth,
int maxMillis)
Find a path from a GC root to the object denoted by objectSpec . |
IPointToTypeInfo[] |
IMemLeak.getTypesPointingTo(ITypeSpecifier type,
Policy policy)
Find which types contain references to another type. |
IPointToTypeInfo[] |
IMemLeak.getTypesPointingTo(java.lang.String type,
Policy policy)
Find which types contain references to another type. |
Uses of OperationException in com.jrockit.memleak.mlp |
---|
Methods in com.jrockit.memleak.mlp that throw OperationException | |
---|---|
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)
|
ITruncatable<IInstanceReferrers> |
MemLeakR28.getPathPointingTo(IObjectSpecifier objectSpec,
int maxDepth,
int maxMillis)
|
IPointToTypeInfo[] |
AbstractMemLeak.getTypesPointingTo(ITypeSpecifier type,
Policy policy)
|
Uses of OperationException in com.jrockit.memleak.util |
---|
Methods in com.jrockit.memleak.util that throw OperationException | |
---|---|
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)
|
ITruncatable<IInstanceReferrers> |
MemLeakAdapter.getPathPointingTo(IObjectSpecifier objectSpec,
int maxDepth,
int maxMillis)
|
IPointToTypeInfo[] |
MemLeakAdapter.getTypesPointingTo(ITypeSpecifier type,
Policy policy)
|
IPointToTypeInfo[] |
MemLeakAdapter.getTypesPointingTo(java.lang.String type,
Policy policy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |