Skip navigation links

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

E17060-03


oracle.odi.runtime.agent.invocation
Class SessionStatusInfo

java.lang.Object
  extended by oracle.odi.runtime.agent.invocation.SessionStatusInfo


public class SessionStatusInfo
extends java.lang.Object

Class holding all information regarding the ODI session status. Used in the invocation framework.

Since:
11.1.1.3.0
Version:
$Header: odi/src/javadev/odi.core/src/oracle/odi/runtime/agent/invocation/SessionStatusInfo.java /main/4 2010/04/19 14:55:59 jdelapor Exp $

Constructor Summary
SessionStatusInfo(long mSessionId, java.lang.String mSessionStatus, java.lang.String mSessionRC, java.lang.String mSessionMessage)
          Constructs a SessionStatusInfo object.

 

Method Summary
 long getSessionId()
          Returns the session id value.
 java.lang.String getSessionMessage()
          Returns the session message value.
 java.lang.String getSessionReturnCode()
          Returns the session return code value.
 java.lang.String getSessionStatus()
          Returns the session status value.

 

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

 

Constructor Detail

SessionStatusInfo

public SessionStatusInfo(long mSessionId,
                         java.lang.String mSessionStatus,
                         java.lang.String mSessionRC,
                         java.lang.String mSessionMessage)
Constructs a SessionStatusInfo object.
Parameters:
mSessionId - the session id
mSessionStatus - the session status
mSessionRC - the session return code
mSessionMessage - the session message

Method Detail

getSessionId

public long getSessionId()
Returns the session id value.
Returns:
the session id value.

getSessionStatus

public java.lang.String getSessionStatus()
Returns the session status value.
Returns:
the session status value.

getSessionReturnCode

public java.lang.String getSessionReturnCode()
Returns the session return code value.
Returns:
the session return code value.

getSessionMessage

public java.lang.String getSessionMessage()
Returns the session message value.
Returns:
the session message value.

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.