Skip navigation links

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

E17060-03


oracle.odi.domain.runtime.session
Class OdiTrackedVariableValue

java.lang.Object
  extended by oracle.odi.domain.runtime.session.OdiTrackedVariableValue


public final class OdiTrackedVariableValue
extends java.lang.Object

Domain object used to register a value took by an OdiSessionVariable during the execution of an OdiSessionStep.

Since:
11.1.1.5

Method Summary
 boolean equals(java.lang.Object pObj)
           
 java.lang.Object getFinalValue()
          Obtains the final value of this OdiTrackedVariabelValue.
 java.lang.Object getInitialValue()
          Obtains the initial value of this OdiTrackedVariabelValue.
 OdiSessionVariable getSessionVariable()
          Obtains the actual variable.
 int hashCode()
           

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getInitialValue

public java.lang.Object getInitialValue()
Obtains the initial value of this OdiTrackedVariabelValue.
Returns:
an Object matching underlying OdiSessionVariable's type

getFinalValue

public java.lang.Object getFinalValue()
Obtains the final value of this OdiTrackedVariabelValue.
Returns:
an Object matching underlying OdiSessionVariable's type

getSessionVariable

public OdiSessionVariable getSessionVariable()
Obtains the actual variable.
Returns:
an OdiSessionVariable

equals

public boolean equals(java.lang.Object pObj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Skip navigation links

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

E17060-03


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