goldengate.commandexec.utils
Class LocalExecResult
java.lang.Object
goldengate.commandexec.utils.LocalExecResult
public class LocalExecResult
- extends Object
Message Result for an Execution
- Author:
- Frederic Bregier
status
public int status
isSuccess
public boolean isSuccess
exception
public Exception exception
result
public String result
LocalExecResult
public LocalExecResult(boolean isSuccess,
int status,
Exception exception,
String result)
- Parameters:
status
- exception
- result
-
LocalExecResult
public LocalExecResult(LocalExecResult localExecResult)
- Constructor from a pre-existing LocalExecResult
- Parameters:
localExecResult
-
set
public void set(LocalExecResult localExecResult)
- Set the values from a LocalExecResult (pointer copy)
- Parameters:
localExecResult
-
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.