Uses of Class
goldengate.commandexec.utils.LocalExecResult

Packages that use LocalExecResult
goldengate.commandexec.client Classes implementing LocalExec Client part without SSL link 
goldengate.commandexec.utils Classes implementing Utility part as the LocalExecResult object 
 

Uses of LocalExecResult in goldengate.commandexec.client
 

Methods in goldengate.commandexec.client that return LocalExecResult
 LocalExecResult LocalExecClientHandler.waitFor(long delay)
          Waiting for the close of the exec
 

Uses of LocalExecResult in goldengate.commandexec.utils
 

Fields in goldengate.commandexec.utils declared as LocalExecResult
static LocalExecResult LocalExecDefaultResult.BadExecution
           
static LocalExecResult LocalExecDefaultResult.BadTransmition
           
static LocalExecResult LocalExecDefaultResult.ConnectionRefused
           
static LocalExecResult LocalExecDefaultResult.CorrectExec
           
static LocalExecResult LocalExecDefaultResult.InternalError
           
static LocalExecResult LocalExecDefaultResult.NoCommand
           
static LocalExecResult LocalExecDefaultResult.NoMessage
           
static LocalExecResult LocalExecDefaultResult.NoStatus
           
static LocalExecResult LocalExecDefaultResult.NotExecutable
           
static LocalExecResult LocalExecDefaultResult.TimeOutExecution
           
 

Methods in goldengate.commandexec.utils with parameters of type LocalExecResult
 void LocalExecResult.set(LocalExecResult localExecResult)
          Set the values from a LocalExecResult (pointer copy)
 

Constructors in goldengate.commandexec.utils with parameters of type LocalExecResult
LocalExecResult(LocalExecResult localExecResult)
          Constructor from a pre-existing LocalExecResult
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.