|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ClientData.IHprofDumpHandler
Handlers able to act on HPROF dumps.
| Method Summary | |
|---|---|
void |
onEndFailure(Client client,
java.lang.String message)
Called when a hprof dump failed to end on the VM side |
void |
onSuccess(byte[] data,
Client client)
Called when a HPROF dump was successful. |
void |
onSuccess(java.lang.String remoteFilePath,
Client client)
Called when a HPROF dump succeeded. |
| Method Detail |
|---|
void onSuccess(java.lang.String remoteFilePath,
Client client)
remoteFilePath - the device-side path of the HPROF file.client - the client for which the HPROF file was.
void onSuccess(byte[] data,
Client client)
data - the data containing the HPROF file, streamed from the VMclient - the client that was profiled.
void onEndFailure(Client client,
java.lang.String message)
client - the client that was profiled.message - an optional (null ok) error message to be displayed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||