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 RemoteObjectResult

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


public class RemoteObjectResult
extends java.lang.Object

Simple class holding remote object invocation result.

Since:
11.1.1.3.0

Method Summary
 int getCode()
          Returns the code value.
 java.lang.String getObjectId()
          Returns the object id value.
 java.lang.String getResult()
          Returns the result value.

 

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

 

Method Detail

getObjectId

public java.lang.String getObjectId()
Returns the object id value.
Returns:
the object id value.

getCode

public int getCode()
Returns the code value.
Returns:
the code value.

getResult

public java.lang.String getResult()
Returns the result value.
Returns:
Returns the result 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.