|
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||
java.lang.Objectcom.prosyst.profiler.api.ProfilerAPI
public final class ProfilerAPI
| Field Summary | |
|---|---|
static int |
API_ERR_API_NOT_ENABLED
Return code: API should be enabled from the command line. |
static int |
API_ERR_CANT_CONNECT
Return code: Could not connect to host. |
static int |
API_ERR_OK
Return code: No error has occurred. |
static int |
API_ERR_UNKNOWN_CMD
Return code: Unknown command. |
| Method Summary | |
|---|---|
static int |
prof_connect(java.lang.String aHostname,
short aPort)
Connects to host name on given port. |
static int |
prof_execute_cmd(int aCmd,
int aParam1,
int aParam2,
int aParam3)
Executes command with given parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int API_ERR_API_NOT_ENABLED
public static final int API_ERR_CANT_CONNECT
public static final int API_ERR_OK
public static final int API_ERR_UNKNOWN_CMD
| Method Detail |
|---|
public static int prof_connect(java.lang.String aHostname,
short aPort)
aHostname - host to connect toaPort - port number
public static int prof_execute_cmd(int aCmd,
int aParam1,
int aParam2,
int aParam3)
aCmd - command to be executed, see IProfilerCommands.PROF_CMD_*aParam1 - parameter 1 for the commandaParam2 - parameter 2 for the commandaParam3 - parameter 3 for the command
|
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||