net.sf.commons.ssh
Interface ExecSession

All Superinterfaces:
Session, ShellSession

public interface ExecSession
extends ShellSession

Since:
1.0
Author:
Sergey Vidyuk (svidyuk at gmail dot com)
See Also:
Features.SESSION_EXEC

Method Summary
 java.lang.Integer getExitStatus()
          Returns command exit status
 
Methods inherited from interface net.sf.commons.ssh.ShellSession
getInputStream, getOutputStream
 
Methods inherited from interface net.sf.commons.ssh.Session
close, isClosed
 

Method Detail

getExitStatus

java.lang.Integer getExitStatus()
Returns command exit status

Returns:
command exit status, or null if it's not available


Copyright © 2009. All Rights Reserved.