goldengate.commandexec.utils
Class LocalExecResult

java.lang.Object
  extended by goldengate.commandexec.utils.LocalExecResult

public class LocalExecResult
extends Object

Message Result for an Execution

Author:
Frederic Bregier

Field Summary
 Exception exception
           
 boolean isSuccess
           
 String result
           
 int status
           
 
Constructor Summary
LocalExecResult(boolean isSuccess, int status, Exception exception, String result)
           
LocalExecResult(LocalExecResult localExecResult)
          Constructor from a pre-existing LocalExecResult
 
Method Summary
 void set(LocalExecResult localExecResult)
          Set the values from a LocalExecResult (pointer copy)
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

status

public int status

isSuccess

public boolean isSuccess

exception

public Exception exception

result

public String result
Constructor Detail

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 -
Method Detail

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.