Skip navigation links

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

E17060-04


oracle.odi.domain.runtime.session
Class OdiTrackedSequenceValue

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


public class OdiTrackedSequenceValue
extends java.lang.Object

Domain object used to register values (initial and final) took by an OdiSessionSequence during the execution of an OdiSessionTask.

Since:
11.1.1.5

Method Summary
 boolean equals(java.lang.Object pObj)
           
 long getFinalValue()
          Obtains the final value of the sequence.
 long getInitialValue()
          Obtains the initial value of the sequence.
 OdiSessionSequence getSessionSequence()
          Obtains the actual sequence.
 int hashCode()
           

 

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

 

Method Detail

getInitialValue

public long getInitialValue()
Obtains the initial value of the sequence.
Returns:
a long

getFinalValue

public long getFinalValue()
Obtains the final value of the sequence.
Returns:
a long

getSessionSequence

public OdiSessionSequence getSessionSequence()
Obtains the actual sequence.
Returns:
an OdiSessionSequence

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.7.0)

E17060-04


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