org.kuali.common.util.secure.channel
Class Result

java.lang.Object
  extended by org.kuali.common.util.secure.channel.Result

Deprecated.

@Deprecated
public class Result
extends Object


Constructor Summary
Result(String command, int exitValue, String stdin, String stdout, String stderr, String encoding, long start, long stop)
          Deprecated.  
 
Method Summary
 String getCommand()
          Deprecated.  
 long getElapsed()
          Deprecated.  
 String getEncoding()
          Deprecated.  
 int getExitValue()
          Deprecated.  
 long getStart()
          Deprecated.  
 String getStderr()
          Deprecated.  
 String getStdin()
          Deprecated.  
 String getStdout()
          Deprecated.  
 long getStop()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result(String command,
              int exitValue,
              String stdin,
              String stdout,
              String stderr,
              String encoding,
              long start,
              long stop)
Deprecated. 
Method Detail

getEncoding

public String getEncoding()
Deprecated. 

getCommand

public String getCommand()
Deprecated. 

getStdin

public String getStdin()
Deprecated. 

getExitValue

public int getExitValue()
Deprecated. 

getStdout

public String getStdout()
Deprecated. 

getStderr

public String getStderr()
Deprecated. 

getStart

public long getStart()
Deprecated. 

getStop

public long getStop()
Deprecated. 

getElapsed

public long getElapsed()
Deprecated. 


Copyright © 2010–2014 The Kuali Foundation. All rights reserved.