oracle.odi.sdk.invocation
Class OdiInvocationResult

java.lang.Object
  extended by oracle.odi.sdk.invocation.OdiInvocationResult

public class OdiInvocationResult
extends java.lang.Object

Result of an execution request.


Method Summary
 java.lang.String getErrorMessage()
          Returns the error message.
 java.lang.String getSessionNumber()
          Returns the execution session number.
 boolean isOk()
          Returns true of the request was successful.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
Returns the error message.

Returns:
Error Message. (null if isOk() returns true)

isOk

public boolean isOk()
Returns true of the request was successful. Note that an Asynchronous request is successful if the session was launched, and a synchronous request is successful only if the session completed successfully.

Returns:
True if the request was successful.

getSessionNumber

public java.lang.String getSessionNumber()
Returns the execution session number.

Returns:
Execution Session Number.