RemoteTarget 是一个实用工具类,用于在远程脚本执行中与 run-remote 命令配合使用。 RemoteTarget 指定目标系统的详细信息(例如,主机名和地址、用于身份验证的凭据)或检索状态和结果信息(例如,错误情况、输出和最终结果)。
RemoteTarget(host [,user] [,pass] [,key] [,phrase] [, port])
void abort()
int createRemoteContext()
int destroyRemoteContext()
bool errorOccurred()
bool execute(strScript)
int getError()
public String getHostName() {
bool hasCompleted()
string output()
string result()
bool wasAborted()
int onError(e)
int receivedOutput(s)
int receivedResult(s)
REM_ERR_NONE(静态、只读)
REM_ERR_CON(静态、只读)
REM_ERR_AUTH(静态、只读)
REM_ERR_CHN(静态、只读)
REM_ERR_READ(静态、只读)
REM_ERR_EXEC(静态、只读)
REM_ERR_ABORT(静态、只读)
REM_ERR_DISC(静态、只读)
版权所有 © 2013 CA。
保留所有权利。
|
|