public interface SSHExit
Modifier and Type | Method and Description |
---|---|
byte[] |
createResponse(com.ibm.tivoli.remoteaccess.ProgramOutput output)
Process the service invoke command output and returns in byte array.
|
java.lang.String |
getEnvSetupCmd(byte[] data)
Returns the Environment setup command.
|
java.lang.String |
getServiceInvokeCmd(byte[] data)
Returns the service invoke command from document.
|
java.lang.String |
getWorkingDir(byte[] data)
Returns the Working directory (absolute path).
|
byte[] createResponse(com.ibm.tivoli.remoteaccess.ProgramOutput output) throws MXException
output
- Response object from sevice invoke command on remote host.MXException
java.lang.String getServiceInvokeCmd(byte[] data) throws MXException
data
- input XML in byte[].MXException
java.lang.String getEnvSetupCmd(byte[] data) throws MXException
data
- input xml in byte[].MXException
java.lang.String getWorkingDir(byte[] data) throws MXException
data
- input xml in byte[].MXException