|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrockit.memleak.MemLeakFactory
public class MemLeakFactory
Preliminary factory to enable multiple IMemLeak
implementations.
Field Summary | |
---|---|
static int[] |
SUPPORTED_PROTOCOL_VERSIONS
MLP (protocol) versions supported by this factory. |
Constructor Summary | |
---|---|
MemLeakFactory()
|
Method Summary | |
---|---|
static IMemLeak |
createMemLeak(java.lang.String host,
int port)
Create a IMemLeak using the MemLeak Protocol (MLP). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int[] SUPPORTED_PROTOCOL_VERSIONS
Constructor Detail |
---|
public MemLeakFactory()
Method Detail |
---|
public static IMemLeak createMemLeak(java.lang.String host, int port) throws java.io.IOException
host
- port
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |