|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemLeakControllerException | |
---|---|
com.jrockit.memleak.comm |
Uses of MemLeakControllerException in com.jrockit.memleak.comm |
---|
Methods in com.jrockit.memleak.comm that throw MemLeakControllerException | |
---|---|
int[] |
ControllerRMP.getAvailableProtocolVersions()
Get all available protocol versions. |
static Controller |
RemoteMLSController.getController(java.lang.String protocol,
java.lang.String serverName,
int port,
java.lang.String username,
java.lang.String password)
If port is 0, each protocol tried will use its own default port. |
int |
ControllerRMP.getMLSPort()
Check if the server is started, will return 0 if not started, otherwise returns the port it is listening to |
int |
ControllerRJMX.getMLSPort()
|
int |
ControllerDummy.getMLSPort()
|
int |
Controller.getMLSPort()
Check if the server is started, will return 0 if not started, otherwise returns the port it is listening to |
void |
ControllerRMP.printAvailableProtocolVersions()
|
void |
ControllerRJMX.printAvailableProtocolVersions()
|
void |
ControllerDummy.printAvailableProtocolVersions()
|
void |
Controller.printAvailableProtocolVersions()
For debugging, print all available protocol versions to stdout. |
void |
ControllerRMP.shutDownMLS()
Shutdown the memleak server. |
void |
ControllerRJMX.shutDownMLS()
|
void |
ControllerDummy.shutDownMLS()
|
void |
Controller.shutDownMLS()
Shutdown the memleak server. |
int |
ControllerRMP.startMLS()
Start the memory leak server on the default port. |
int |
ControllerRJMX.startMLS()
|
int |
ControllerDummy.startMLS()
|
int |
Controller.startMLS()
Start the memory leak server on the default port. |
int |
ControllerRMP.startMLS(int port)
Start the memory leak server. |
int |
ControllerRJMX.startMLS(int port)
|
int |
ControllerDummy.startMLS(int desiredPort)
|
int |
Controller.startMLS(int port)
Start the memory leak server. |
Constructors in com.jrockit.memleak.comm with parameters of type MemLeakControllerException | |
---|---|
MemLeakControllerException(MemLeakControllerException old,
java.lang.String msg)
Constructor typically used to change the message, without affecting the cause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |