Uses of Interface
com.jrockit.memleak.IMemLeak

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

Uses of IMemLeak in com.jrockit.memleak
 

Methods in com.jrockit.memleak that return IMemLeak
static IMemLeak MemLeakFactory.createMemLeak(java.lang.String host, int port)
          Create a IMemLeak using the MemLeak Protocol (MLP).
 

Uses of IMemLeak in com.jrockit.memleak.comm
 

Methods in com.jrockit.memleak.comm that return IMemLeak
static IMemLeak RemoteMLSController.connectTo(java.lang.String serverName, int port, java.lang.String username, java.lang.String password, int preferredMLSPort)
          Attempt to connect to a JRockit using the first available protocol.
 

Uses of IMemLeak in com.jrockit.memleak.mlp
 

Classes in com.jrockit.memleak.mlp that implement IMemLeak
 class AbstractMemLeak
          Gives access to the memory leak detection system in JRockit.
 class MemLeakR26
          Gives access to the memory leak detection system in JRockit.
 class MemLeakR28
          Gives access to the memory leak detection system in JRockit.
 

Methods in com.jrockit.memleak.mlp that return IMemLeak
static IMemLeak AbstractMemLeak.createMemLeak(java.net.Socket socket, int port)
          Convenience constructor for testing.
static IMemLeak AbstractMemLeak.createMemLeak(java.lang.String host, int port)
          Create a new IMemLeak instance which will be connected to the server.
 

Constructors in com.jrockit.memleak.mlp with parameters of type IMemLeak
NameMappingCacheFactory.ClassInfoR26(IMemLeak memleak, int classID, java.lang.String name, int modifiers, int numDeclaredStaticFields, int numInstanceFields, java.lang.String srcFileName, IObjectSpecifier classLoaderSpec)
           
NameMappingCacheFactory(IMemLeak memleak, IObjectSpecifier classLoader)
           
 

Uses of IMemLeak in com.jrockit.memleak.util
 

Classes in com.jrockit.memleak.util that implement IMemLeak
 class MemLeakAdapter
          Adapter to simplify implementation of IMemLeak.
 

Uses of IMemLeak in com.jrockit.memleak.value
 

Fields in com.jrockit.memleak.value declared as IMemLeak
protected  IMemLeak ValueFactory.memleak
          The IMemLeak instance that created this factory.
 

Constructors in com.jrockit.memleak.value with parameters of type IMemLeak
ClassInfo(IMemLeak memleak, int classID, java.lang.String name, int modifiers, int numDeclaredStaticFields, int numInstanceFields, java.lang.String srcFileName, IObjectSpecifier classLoaderSpec)
           
ValueFactory(IMemLeak memleak)
           
 



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