Skip navigation links

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

E17060-02


oracle.odi.runtime.agent.invocation
Class WorkRepositoryInfo

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


public class WorkRepositoryInfo
extends java.lang.Object

Class holding the information about the cleaned stale sessions.

Since:
11.1.1.3.0
Version:
11.1.1.3.0

Constructor Summary
WorkRepositoryInfo(java.lang.String name, java.util.List<java.lang.Long> cleanedStaleSessions, java.lang.Integer errorCode, java.lang.String errorMessage)
          Constructs a WorkRepositoryInfo object.

 

Method Summary
 java.util.List<java.lang.Long> getcleanedStaleSessions()
          Gets the value of the session property.
 java.lang.Integer getErrorCode()
          Gets the value of the errorCode property.
 java.lang.String getErrorMessage()
          Gets the value of the errorMessage property.
 java.lang.String getName()
          Gets the value of the name property.

 

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

 

Constructor Detail

WorkRepositoryInfo

public WorkRepositoryInfo(java.lang.String name,
                          java.util.List<java.lang.Long> cleanedStaleSessions,
                          java.lang.Integer errorCode,
                          java.lang.String errorMessage)
Constructs a WorkRepositoryInfo object.
Parameters:
name - name of the work repository.
cleanedStaleSessions - list of cleaned sessions ids.
errorCode - error code.
errorMessage - error message.

Method Detail

getcleanedStaleSessions

public java.util.List<java.lang.Long> getcleanedStaleSessions()
Gets the value of the session property. For example, to add a new item, do as follows:
    getSession().add(newItem);
 

Objects of the following type(s) are allowed in the list Long

Returns:
the session property as an unmodifiable list.

getErrorCode

public java.lang.Integer getErrorCode()
Gets the value of the errorCode property.
Returns:
possible object is Integer

getErrorMessage

public java.lang.String getErrorMessage()
Gets the value of the errorMessage property.
Returns:
possible object is String

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

Skip navigation links

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

E17060-02


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