Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Uses of Class
oracle.odi.interfaces.data.CheckResponse

Packages that use CheckResponse
oracle.odi.interfaces.data This package contains the Oracle Data Integrator interface data and expression checking utility interface. 
 

Uses of CheckResponse in oracle.odi.interfaces.data
 

Methods in oracle.odi.interfaces.data that return CheckResponse
static CheckResponse CheckResponse.buildConnectionNotFoundResponse(java.lang.String pErrorText)
          For internal use only.
static CheckResponse CheckResponse.buildConnectionProblemResponse(java.lang.Throwable pThrowable)
          For internal use only.
static CheckResponse CheckResponse.buildDBErrorResponse(java.sql.SQLException pSQLException)
          For internal use only.
static CheckResponse CheckResponse.buildInternalErrorResponse(java.lang.String pErrorText, java.lang.Throwable pThrowable)
          For internal use only.
static CheckResponse CheckResponse.buildOKResponse()
          For internal use only.
 CheckResponse IOdiInterfaceExpressionChecker.checkExpression(oracle.odi.core.IOdiInstance pOdiInstance, IExecutableTextHolder pExecutableTextHolder, IJMSCallBack pJMSCallBack)
          Deprecated. replaced by IOdiInterfaceExpressionChecker.checkExpression(OdiInstance, IExecutableTextHolder, IJMSCallBack)
 CheckResponse IOdiInterfaceExpressionChecker.checkExpression(OdiInstance pOdiInstance, IExecutableTextHolder pExecutableTextHolder, IJMSCallBack pJMSCallBack)
          Checks the expression and returns a CheckResponse status response.
 


Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.