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

E17060-01

oracle.odi.interfaces.data
Interface IOdiInterfaceExpressionChecker


public interface IOdiInterfaceExpressionChecker

Is in charge of checking an expression for a text holder.
Created on 16 fevr. 2009


Method Summary
 CheckResponse checkExpression(OdiInstance pOdiInstance, IExecutableTextHolder pExecutableTextHolder, IJMSCallBack pJMSCallBack)
          Checks the expression and returns a CheckResponse status response.
 

Method Detail

checkExpression

CheckResponse checkExpression(OdiInstance pOdiInstance,
                              IExecutableTextHolder pExecutableTextHolder,
                              IJMSCallBack pJMSCallBack)
Checks the expression and returns a CheckResponse status response.

Parameters:
pOdiInstance - the instance on which the text holder is
pExecutableTextHolder - the text holder to be checked
pJMSCallBack - the JMS callback giving JMS information if it is a JMS connection
Returns:
the result of the check.

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.